C# Class CairoDesktop.Interop.NativeMethods.RECT

Show file Open project: RevolutionSmythe/cairoshell

Public Properties

Property Type Description
bottom int
left int
right int
top int

Public Methods

Method Description
FromRectangle ( Rectangle rectangle ) : RECT
GetHashCode ( ) : int
RECT ( int left_, int top_, int right_, int bottom_ ) : System
ToRectangle ( ) : Rectangle

Method Details

FromRectangle() public static method

public static FromRectangle ( Rectangle rectangle ) : RECT
rectangle System.Drawing.Rectangle
return RECT

GetHashCode() public method

public GetHashCode ( ) : int
return int

RECT() public method

public RECT ( int left_, int top_, int right_, int bottom_ ) : System
left_ int
top_ int
right_ int
bottom_ int
return System

ToRectangle() public method

public ToRectangle ( ) : Rectangle
return System.Drawing.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