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


IGlobeCamera.SetFrustumSkewRect 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.SetFrustumSkewRect Method
ArcGIS Developer Help

IGlobeCamera.SetFrustumSkewRect Method

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

[Visual Basic .NET]
Public Sub SetFrustumSkewRect ( _
    ByVal XMin As Double, _
    ByVal XMax As Double, _
    ByVal YMin As Double, _
    ByVal YMax As Double _
)
[C#]
public void SetFrustumSkewRect (
    double XMin,
    double XMax,
    double YMin,
    double YMax
);
[C++]
HRESULT SetFrustumSkewRect(
  double XMin,
  double XMax,
  double YMin,
  double YMax
);
[C++]
Parameters
XMin [in]

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

Product Availability

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

See Also

IGlobeCamera Interface