C# Class NetIde.Util.Forms.RichTextBox.RECT

Afficher le fichier Open project: netide/netide

Méthodes publiques

Свойство Type Description
Bottom int
Left int
Right int
Top int

Méthodes publiques

Méthode Description
FromRectangle ( Rectangle rectangle ) : System.Windows.Forms.RECT
GetHashCode ( ) : int
Inflate ( int width, int height ) : void
RECT ( int left_, int top_, int right_, int bottom_ ) : System
ToRectangle ( ) : Rectangle

Method Details

FromRectangle() public static méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Inflate() public méthode

public Inflate ( int width, int height ) : void
width int
height int
Résultat void

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