ArcObjects Library Reference (DataSourcesRaster)  

IProjectiveXform.GetControlPoints Method

Gets control points used in defining the projective transform.

[Visual Basic .NET]
Public Sub GetControlPoints ( _
    ByRef ppSrcPoints As IPointCollection, _
    ByRef ppTarPoints As IPointCollection _
)
[C#]
public void GetControlPoints (
    ref IPointCollection ppSrcPoints,
    ref IPointCollection ppTarPoints
);
[C++]
HRESULT GetControlPoints(
  IPointCollection** ppSrcPoints,
  IPointCollection** ppTarPoints
);
[C++]

Parameters

ppSrcPoints [out]

  ppSrcPoints is a parameter of type IPointCollection

ppTarPoints [out]

  ppTarPoints is a parameter of type IPointCollection

Product Availability

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

See Also

IProjectiveXform Interface