C# Class CrossUI.Drawing.Bounds

Show file Open project: pragmatrix/CrossUI Class Usage Examples

Public Properties

Property Type Description
LeftTop Point
RightBottom Point

Public Methods

Method Description
Bounds ( Point leftTop, Point rightBottom ) : System.Globalization
Bounds ( double left, double top, double right, double bottom ) : System.Globalization
Equals ( Bounds other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToRectangle ( ) : Rectangle
ToString ( ) : string
operator ( ) : bool

Private Methods

Method Description
tos ( double d ) : string

Method Details

Bounds() public method

public Bounds ( Point leftTop, Point rightBottom ) : System.Globalization
leftTop Point
rightBottom Point
return System.Globalization

Bounds() public method

public Bounds ( double left, double top, double right, double bottom ) : System.Globalization
left double
top double
right double
bottom double
return System.Globalization

Equals() public method

public Equals ( Bounds other ) : bool
other Bounds
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToRectangle() public method

public ToRectangle ( ) : Rectangle
return Rectangle

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

LeftTop public property

public Point,CrossUI.Drawing LeftTop
return Point

RightBottom public property

public Point,CrossUI.Drawing RightBottom
return Point