C# Class CrossUI.Drawing.Size

Show file Open project: pragmatrix/CrossUI Class Usage Examples

Public Properties

Property Type Description
Vector Vector

Public Methods

Method Description
Equals ( Size other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Size ( double widthAndHeight )
Size ( double width, double height )
operator ( ) : bool

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Size() public method

public Size ( double widthAndHeight )
widthAndHeight double

Size() public method

public Size ( double width, double height )
width double
height double

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Vector public property

public Vector,CrossUI.Drawing Vector
return Vector