C# Class System.Windows.Point

Datei anzeigen Open project: apetrovskiy/STUPS Class Usage Examples

Public Methods

Method Description
Equals ( Point value ) : bool
Equals ( Point point1, Point point2 ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
Offset ( double offsetX, double offsetY ) : void
Point ( double x, double y ) : System
ToString ( ) : string
ToString ( IFormatProvider provider ) : string
operator ( ) : bool

Private Methods

Method Description
ConvertToString ( string format, IFormatProvider provider ) : string
IFormattable ( string format, IFormatProvider provider ) : string

Method Details

Equals() public method

public Equals ( Point value ) : bool
value Point
return bool

Equals() public static method

public static Equals ( Point point1, Point point2 ) : bool
point1 Point
point2 Point
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Offset() public method

public Offset ( double offsetX, double offsetY ) : void
offsetX double
offsetY double
return void

Point() public method

public Point ( double x, double y ) : System
x double
y double
return System

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( IFormatProvider provider ) : string
provider IFormatProvider
return string

operator() public static method

public static operator ( ) : bool
return bool