Struct WindowsUtils.NativeMethods.SmallRect
Represents small rectangle.
public struct WindowsUtils.NativeMethods.SmallRect
Fields
- Bottom
Bottom bound of the rectangle.
- Left
Left bound of the rectangle.
- Right
Right bound of the rectangle.
- Top
Top bound of the rectangle.