名前 | 解説 | |
---|---|---|
SvgCurveToCommand コンストラクタ | Initializes a new instance of the SvgCurveToCommand class. |
SvgCurveToCommandデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
SvgCurveToCommand コンストラクタ | Initializes a new instance of the SvgCurveToCommand class. |
名前 | 解説 | |
---|---|---|
CommandType | Gets the type of the path command. GrapeCity.Documents.Svg.SvgPathCommandから継承されます。 | |
Relative | Gets or sets a value indicating whether the command uses absolute (false) or relative (true) coordinates. GrapeCity.Documents.Svg.SvgPathCommandから継承されます。 | |
X | Gets or sets the X-coordinate of the destination point. | |
X1 | Gets or sets the X-coordinate of the first control point. | |
X2 | Gets or sets the X-coordinate of the second control point. | |
Y | Gets or sets the Y-coordinate of the destination point. | |
Y1 | Gets or sets the Y-coordinate of the first control point. | |
Y2 | Gets or sets the Y-coordinate of the second control point. |