C# Class ZForge.Controls.HeaderPanelNativeMethods.RECT

Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Public Properties

Property Type Description
bottom int
left int
right int
top int

Public Methods

Method Description
FromRectangle ( Rectangle rect ) : System.Windows.Forms.RECT
FromXYWH ( int x, int y, int width, int height ) : System.Windows.Forms.RECT
RECT ( int left, int top, int right, int bottom ) : System

Method Details

FromRectangle() public static method

public static FromRectangle ( Rectangle rect ) : System.Windows.Forms.RECT
rect System.Drawing.Rectangle
return System.Windows.Forms.RECT

FromXYWH() public static method

public static FromXYWH ( int x, int y, int width, int height ) : System.Windows.Forms.RECT
x int
y int
width int
height int
return System.Windows.Forms.RECT

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