名前 | 解説 | |
---|---|---|
Closed | Gets a value indicating if the figure is closed, i.e. a line is drawn between the end point of the last segment and the start point. | |
MaxIntersections | Gets the maximum number of intersections that a polygon can have when testing a line.
Call the Flatten(Matrix3x2) method before using this property. | |
Transform | Gets or sets the transformation matrix for a figure. | |
TransformedMaxX | Gets the maximum X coordinate among the transformed points.
Call the Flatten(Matrix3x2) method before using this property. | |
TransformedMaxY | Gets the maximum Y coordinate among the transformed points.
Call the Flatten(Matrix3x2) method before using this property. | |
TransformedMinX | Gets the minimum X coordinate among the transformed points.
Call the Flatten(Matrix3x2) method before using this property. | |
TransformedMinY | Gets the minimum Y coordinate among the transformed points.
Call the Flatten(Matrix3x2) method before using this property. | |
TransformedPoints | Gets points in world coordinates that will be joined by straight lines to form the polygon.
Call the Flatten(Matrix3x2) method before using this property. |