C# Class Win32.NativeMethods.Rect

Show file Open project: Jaykul/PoshConsole

Public Properties

Property Type Description
Bottom int
Left int
Right int
Top int

Public Methods

Method Description
FromRectangle ( Rectangle rectangle ) : Win32.Rect
GetHashCode ( ) : int
Rect ( int left_, int top_, int right_, int bottom_ )
ToRectangle ( ) : Rectangle

Method Details

FromRectangle() public static method

public static FromRectangle ( Rectangle rectangle ) : Win32.Rect
rectangle Rectangle
return Win32.Rect

GetHashCode() public method

public GetHashCode ( ) : int
return int

Rect() public method

public Rect ( int left_, int top_, int right_, int bottom_ )
left_ int
top_ int
right_ int
bottom_ int

ToRectangle() public method

public ToRectangle ( ) : Rectangle
return Rectangle

Property Details

Bottom public property

public int Bottom
return int

Left public property

public int Left
return int

Right public property

public int Right
return int

Top public property

public int Top
return int