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


IProjectiveXform.DefineFromControlPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IProjectiveXform Interface > IProjectiveXform.DefineFromControlPoints Method
ArcGIS Developer Help

IProjectiveXform.DefineFromControlPoints Method

Defines a projective XForm from control points.

[Visual Basic .NET]
Public Sub DefineFromControlPoints ( _
    ByVal pSrcPoints As IPointCollection, _
    ByVal pTarPoints As IPointCollection _
)
[C#]
public void DefineFromControlPoints (
    IPointCollection pSrcPoints,
    IPointCollection pTarPoints
);
[C++]
HRESULT DefineFromControlPoints(
  IPointCollection* pSrcPoints,
  IPointCollection* pTarPoints
);
[C++]
Parameters
pSrcPoints [in]

pSrcPoints is a parameter of type IPointCollection* pTarPoints [in]
pTarPoints is a parameter of type IPointCollection*

Product Availability

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

See Also

IProjectiveXform Interface