[]
A structure that is to receive the rectangle dimensions, in logical units.
public struct LineMarker.WIN32Rect
Name | Description |
---|---|
bottom | Specifies the Y-coordinate of the lower-right corner of the rectangle. |
left | Specifies the X-coordinate of the upper-left corner of the rectangle. |
right | Specifies the X-coordinate of the lower-right corner of the rectangle. |
top | Specifies the Y-coordinate of the upper-left corner of the rectangle. |