C# Class Win32.MyWin32.Win32Rect

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
Bottom int
Empty Win32Rect
Left int
Right int
Top int

Public Methods

Method Description
FromRTLB ( int left, int top, int right, int bottom ) : Win32Rect
Win32Rect ( int x, int y, int w, int h ) : System

Method Details

FromRTLB() public static method

public static FromRTLB ( int left, int top, int right, int bottom ) : Win32Rect
left int
top int
right int
bottom int
return Win32Rect

Win32Rect() public method

public Win32Rect ( int x, int y, int w, int h ) : System
x int
y int
w int
h int
return System

Property Details

Bottom public property

public int Bottom
return int

Empty public static property

public static Win32Rect Empty
return Win32Rect

Left public property

public int Left
return int

Right public property

public int Right
return int

Top public property

public int Top
return int