C# Class CrossUI.Drawing.Point

Afficher le fichier Open project: pragmatrix/CrossUI Class Usage Examples

Méthodes publiques

Свойство Type Description
Vector Vector

Méthodes publiques

Méthode Description
Equals ( Point other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Point ( Vector v )
Point ( double left, double top )
operator ( ) : Vector
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( Point other ) : bool
other Point
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Point() public méthode

public Point ( Vector v )
v Vector

Point() public méthode

public Point ( double left, double top )
left double
top double

operator() public static méthode

public static operator ( ) : Vector
Résultat Vector

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Vector public_oe property

public Vector,CrossUI.Drawing Vector
Résultat Vector