Horizontale Position der Maus.
Namespace:
Volumerenderer
Assembly: Volumes (in Volumes.exe)
Syntax
Visual Basic (Declaration) |
---|
Private mouseStartX As Integer |
C# |
---|
private int mouseStartX; |
C++ |
---|
private: int mouseStartX sealed ; |
J# |
---|
private int mouseStartX |
JScript |
---|
private mouseStartX : int; |
See Also