C# Class YamuiFramework.Helper.WinApi.RECT

Datei anzeigen Open project: jcaillon/3P Class Usage Examples

Public Properties

Property Type Description
Bottom int
Left int
Right int
Top int

Public Methods

Method Description
RECT ( int left, int top, int right, int bottom ) : System

Method Details

RECT() public method

public RECT ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
return System

Property Details

Bottom public_oe property

public int Bottom
return int

Left public_oe property

public int Left
return int

Right public_oe property

public int Right
return int

Top public_oe property

public int Top
return int