名前 | 解説 | |
---|---|---|
ArcProps コンストラクタ | Initializes a new instance of the ArcProps class. ArcProps.Closed is set to false. |
ArcPropsデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ArcProps コンストラクタ | Initializes a new instance of the ArcProps class. ArcProps.Closed is set to false. |
名前 | 解説 | |
---|---|---|
Closed | Gets or sets a value indicating whether the current arc should be closed (i.e. the start and end points of the arc should be connected by a straight line) or not. | |
Height | Gets or sets the height of the current rectangle. C1.C1Preview.RectanglePropsから継承されます。 | |
StartAngle | Gets or sets the angle, measured in degrees, clockwise from the X axis to the first side of the sector defining the current shape. C1.C1Preview.EllipsePartPropsから継承されます。 | |
SweepAngle | Gets or sets the angle, measured in degrees, clockwise from EllipsePartProps.StartAngle to the second side of the sector defining the current shape. C1.C1Preview.EllipsePartPropsから継承されます。 | |
Width | Gets or sets the width of the current rectangle. C1.C1Preview.RectanglePropsから継承されます。 | |
X | Gets or sets the X coordinate of the current rectangle. C1.C1Preview.RectanglePropsから継承されます。 | |
Y | Gets or sets the Y coordinate of the current rectangle. C1.C1Preview.RectanglePropsから継承されます。 |
名前 | 解説 | |
---|---|---|
AssignFrom | オーバーライドされます。 Assigns (copies) properties from another ShapeProps to the current object. |