C# Class Treefrog.Framework.Imaging.Size

Datei anzeigen Open project: jaquadro/Treefrog Class Usage Examples

Public Properties

Property Type Description
Zero Size

Public Methods

Method Description
Equals ( Size other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Size ( int width, int height ) : System
ToString ( ) : string
operator ( ) : Size
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 ( int width, int height ) : System
width int
height int
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : Size
return Size

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Zero public_oe static_oe property

public static Size,Treefrog.Framework.Imaging Zero
return Size