C# Class Visualization.WorldPoint

Datei anzeigen Open project: SAKryukov/microtonal-fabric

Public Properties

Property Type Description
X System.Double
Y System.Double

Public Methods

Method Description
ToString ( ) : string
WorldPoint ( System.Double x, System.Double y )

Private Methods

Method Description
IFormattable ( string format, System.IFormatProvider formatProvider ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

WorldPoint() public method

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

Property Details

X public_oe property

public System.Double X
return System.Double

Y public_oe property

public System.Double Y
return System.Double