[]
Represents an entity defined by a set of points. Can be used to represent a rectangle.
public struct CompiledRegion.Entity
Name | Description |
---|---|
Entity(PointF[]) | Initializes a new instance of the CompiledRegion.Entity struct with the specified points. |
Entity(RectangleF) | Initializes a new instance of the CompiledRegion.Entity struct from a RectangleF. |
Name | Description |
---|---|
Points | The points defining the entity. |
Name | Description |
---|---|
IsRect | Gets a value indicating whether the entity is a rectangle. |
Rectangle | Gets the rectangle represented by the entity. |