This document is archived and information here might be outdated. Recommended version. |
X coordinate of the point.
[Visual Basic .NET]
Public Property X As Double
[C#]
public double X {get; set;}
[C++]
HRESULT get_X(
System.Double* val
);
[C++]
HRESULT put_X(
double val
);
[C++] Parameters val [out, retval]
val is a parameter of type double* val [in]
val is a parameter of type double