This document is archived and information here might be outdated.  Recommended version.


IGlobeCamera.GetFrustumSkewRect Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeCamera Interface > IGlobeCamera.GetFrustumSkewRect Method
ArcGIS Developer Help

IGlobeCamera.GetFrustumSkewRect Method

Values are between 0 and 1 -- define the skew rectangle.

[Visual Basic .NET]
Public Sub GetFrustumSkewRect ( _
    ByRef XMin As Double, _
    ByRef XMax As Double, _
    ByRef YMin As Double, _
    ByRef YMax As Double _
)
[C#]
public void GetFrustumSkewRect (
    ref double XMin,
    ref double XMax,
    ref double YMin,
    ref double YMax
);
[C++]
HRESULT GetFrustumSkewRect(
  System.Double* XMin,
  System.Double* XMax,
  System.Double* YMin,
  System.Double* YMax
);
[C++]
Parameters
XMin [out]

XMin is a parameter of type double* XMax [out]
XMax is a parameter of type double* YMin [out]
YMin is a parameter of type double* YMax [out]
YMax is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeCamera Interface