Y-Position der Maus beim Klick.


Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)

Syntax

Visual Basic (Declaration)
Private mouseDownY As Single
C#
private float mouseDownY;
C++
private:
 float mouseDownY sealed ;
J#
private float mouseDownY
JScript
private mouseDownY : float;

See Also