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

Show file Open project: netide/netide

Public Properties

Property Type Description
Bottom int
Left int
Right int
Top int

Public Methods

Method 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 method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Inflate() public method

public Inflate ( int width, int height ) : void
width int
height int
return void

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