C# Class TOAPI.Kernel32.SMALL_RECT

ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
Bottom short
Left short
Right short
Top short

Public Methods

Method Description
SMALL_RECT ( short left, short top, short right, short bottom ) : System

Method Details

SMALL_RECT() public method

public SMALL_RECT ( short left, short top, short right, short bottom ) : System
left short
top short
right short
bottom short
return System

Property Details

Bottom public_oe property

public short Bottom
return short

Left public_oe property

public short Left
return short

Right public_oe property

public short Right
return short

Top public_oe property

public short Top
return short