C# Class PInvoke.RECT

Show file Open project: AArnott/pinvoke Class Usage Examples

Public Properties

Property Type Description
bottom int
left int
right int
top int

Property Details

bottom public property

The y-coordinate of the lower-right corner of the rectangle.
public int bottom
return int

left public property

The x-coordinate of the upper-left corner of the rectangle.
public int left
return int

right public property

The x-coordinate of the lower-right corner of the rectangle.
public int right
return int

top public property

The y-coordinate of the upper-left corner of the rectangle.
public int top
return int