名前 | 解説 | |
---|---|---|
PolygonProps コンストラクタ | Initializes a new instance of the PolygonProps class. The PolygonProps.Points property is set to null. |
PolygonPropsデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
PolygonProps コンストラクタ | Initializes a new instance of the PolygonProps class. The PolygonProps.Points property is set to null. |
名前 | 解説 | |
---|---|---|
Closed | Gets or sets a value indicating whether the polygon is closed (i.e. the last point in the PolygonProps.Points array is automatically connected to the first one) or not. | |
Points | Gets or sets the array of UnitPoint points defining the polygon. |
名前 | 解説 | |
---|---|---|
AssignFrom | オーバーライドされます。 Assigns (copies) properties from another ShapeProps to the current object. |