ArcObjects Library Reference (DataSourcesRaster)  

IFrameXform.QueryPerspectiveMatrix Method

Queries the perspective matrix.

[Visual Basic .NET]
Public Sub QueryPerspectiveMatrix ( _
    ByRef pMatrix As Double _
)
[C#]
public void QueryPerspectiveMatrix (
    ref double pMatrix
);
[C++]
HRESULT QueryPerspectiveMatrix(
  double* pMatrix
);
[C++]

Parameters

pMatrix [in]   pMatrix is a parameter of type double

Product Availability

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

See Also

IFrameXform Interface