C# Class Win32.MyWin32.Win32Rect

Mostra 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_oe property

public int Bottom
return int

Empty public_oe static_oe property

public static Win32Rect Empty
return Win32Rect

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