Struct RECT
public struct RECT
- Inherited Members
Constructors
RECT(int, int, int, int)
public RECT(int left, int top, int right, int bottom)
Parameters
Fields
Bottom
public int Bottom
Field Value
Left
public int Left
Field Value
Right
public int Right
Field Value
Top
public int Top