SVGPathSegCurvetoCubicAbs Class

SVGPathSegCurvetoCubicAbs class

The SVGPathSegCurvetoCubicAbs interface corresponds to an “absolute cubic Bézier curveto” (C) path data command.

public class SVGPathSegCurvetoCubicAbs : SVGPathSeg

Properties

NameDescription
PathSegType { get; }The type of the path segment as specified by one of the constants defined on this interface.
PathSegTypeAsLetter { get; }The type of the path segment, specified by the corresponding one character command name.
X { get; set; }The absolute X coordinate for the end point of this path segment.
X1 { get; set; }The absolute X coordinate for the first control point.
X2 { get; set; }The absolute X coordinate for the second control point.
Y { get; set; }The absolute Y coordinate for the end point of this path segment.
Y1 { get; set; }The absolute Y coordinate for the first control point.
Y2 { get; set; }The absolute Y coordinate for the second control point.

Methods

NameDescription
Dispose()Releases unmanaged and - optionally - managed resources.
virtual GetPlatformType()This method is used to retrieve the ECMAScript object .

See Also