C# Class Visualization.WorldPoint

Afficher le fichier Open project: SAKryukov/microtonal-fabric

Méthodes publiques

Свойство Type Description
X System.Double
Y System.Double

Méthodes publiques

Méthode Description
ToString ( ) : string
WorldPoint ( System.Double x, System.Double y )

Private Methods

Méthode Description
IFormattable ( string format, System.IFormatProvider formatProvider ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

WorldPoint() public méthode

public WorldPoint ( System.Double x, System.Double y )
x System.Double
y System.Double

Property Details

X public_oe property

public System.Double X
Résultat System.Double

Y public_oe property

public System.Double Y
Résultat System.Double