名前 | 解説 | |
---|---|---|
SvgEllipticalArcCommand コンストラクタ | Initializes a new instance of the SvgEllipticalArcCommand class. |
SvgEllipticalArcCommandデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
SvgEllipticalArcCommand コンストラクタ | Initializes a new instance of the SvgEllipticalArcCommand class. |
名前 | 解説 | |
---|---|---|
ArcSize | Gets or sets a value indicating whether the arc sweep is greater than or equal to 180 degrees. | |
CommandType | Gets the type of the path command. GrapeCity.Documents.Svg.SvgPathCommandから継承されます。 | |
RadiusX | Gets or sets the X-radius of the elliptical arc. | |
RadiusY | Gets or sets the Y-radius of the elliptical arc. | |
Relative | Gets or sets a value indicating whether the command uses absolute (false) or relative (true) coordinates. GrapeCity.Documents.Svg.SvgPathCommandから継承されます。 | |
SweepDirection | Gets or sets a value that specifies whether the arc sweep is clockwise or counterclockwise. | |
X | Gets or sets the X-coordinate of the destination point. | |
XAxisRotation | Gets or sets a value indicating how the ellipse as a whole is rotated, in degrees, relative to the current coordinate system. | |
Y | Gets or sets the Y-coordinate of the destination point. |