ArcObjects Library Reference (DefenseSolutions)  

ILuminenGL.FinishOrthographicTrackRectangle Method

Finishes an orthographic track rectangle using client coordinates, converts the size to OpenGL units.

[Visual Basic .NET]
Public Sub FinishOrthographicTrackRectangle ( _
    ByVal x As Integer, _
    ByVal y As Integer, _
    ByRef GLx As Double, _
    ByRef GLy As Double _
)
[C#]
public void FinishOrthographicTrackRectangle (
    int x,
    int y,
    ref double GLx,
    ref double GLy
);
[C++]
HRESULT FinishOrthographicTrackRectangle(
  long x,
  long y,
  double* GLx,
  double* GLy
);
[C++]

Parameters

x   x is a parameter of type long y   y is a parameter of type long GLx   GLx is a parameter of type double GLy   GLy is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILuminenGL Interface