C# Class Cairo.Rectangle

显示文件 Open project: zwcloud/CairoSharp Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Rectangle ( Point point, double width, double height ) : System
Rectangle ( double x, double y, double width, double height ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Rectangle() public method

public Rectangle ( Point point, double width, double height ) : System
point Point
width double
height double
return System

Rectangle() public method

public Rectangle ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool