C# Class PInvoke.SMALL_RECT

显示文件 Open project: AArnott/pinvoke Class Usage Examples

Public Properties

Property Type Description
Bottom short
Left short
Right short
Top short

Property Details

Bottom public_oe property

The y-coordinate of the lower-right corner of the rectangle.
public short Bottom
return short

Left public_oe property

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

Right public_oe property

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

Top public_oe property

The y-coordinate of the upper-left corner of the rectangle.
public short Top
return short