C# Class Praeclarum.Graphics.PointF

Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty PointF
X float

Méthodes publiques

Méthode Description
PointF ( float x, float y ) : System
ToString ( ) : string
operator ( ) : PointF

Method Details

PointF() public méthode

public PointF ( float x, float y ) : System
x float
y float
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : PointF
Résultat PointF

Property Details

Empty public_oe static_oe property

public static PointF,Praeclarum.Graphics Empty
Résultat PointF

X public_oe property

public float X
Résultat float