C# Class PInvoke.RECT

Mostrar archivo Open project: AArnott/pinvoke Class Usage Examples

Public Properties

Property Type Description
bottom int
left int
right int
top int

Property Details

bottom public_oe property

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

left public_oe property

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

right public_oe property

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

top public_oe property

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