C# Class CairoDesktop.Interop.NativeMethods.RECT

Afficher le fichier Open project: RevolutionSmythe/cairoshell

Méthodes publiques

Свойство Type Description
bottom int
left int
right int
top int

Méthodes publiques

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

Method Details

FromRectangle() public static méthode

public static FromRectangle ( Rectangle rectangle ) : RECT
rectangle System.Drawing.Rectangle
Résultat RECT

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RECT() public méthode

public RECT ( int left_, int top_, int right_, int bottom_ ) : System
left_ int
top_ int
right_ int
bottom_ int
Résultat System

ToRectangle() public méthode

public ToRectangle ( ) : Rectangle
Résultat System.Drawing.Rectangle

Property Details

bottom public_oe property

public int bottom
Résultat int

left public_oe property

public int left
Résultat int

right public_oe property

public int right
Résultat int

top public_oe property

public int top
Résultat int