C# Class Signum.Windows.POINT

Afficher le fichier Open project: signumsoftware/framework

Méthodes publiques

Свойство Type Description
x int
y int

Méthodes publiques

Méthode Description
FromPoint ( Point point ) : POINT

Method Details

FromPoint() public static méthode

public static FromPoint ( Point point ) : POINT
point Point
Résultat POINT

Property Details

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int