This document is archived and information here might be outdated. Recommended version. |
The Screen Angle for the Separation.
[Visual Basic .NET]
Public Property ScreenAngle As Double
[C#]
public double ScreenAngle {get; set;}
[C++]
HRESULT get_ScreenAngle(
double angle
);
[C++]
HRESULT put_ScreenAngle(
System.Double* angle
);
[C++] Parameters angle [in]
angle is a parameter of type double angle [out, retval]
angle is a parameter of type double*