This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterGeometryProc3 Interface > IRasterGeometryProc3.TwoPointsAdjust Method (ArcObjects .NET 10.4 SDK) |
Performs a Hermite transformation on the input raster based upon the 2 input control point pairs.
[Visual Basic .NET] Public Sub TwoPointsAdjust ( _ ByVal sourceControlPoints As IPointCollection, _ ByVal targetControlPoints As IPointCollection, _ ByVal pRaster As IRaster _ )
[C#] public void TwoPointsAdjust ( IPointCollection sourceControlPoints, IPointCollection targetControlPoints, IRaster pRaster );
[C++]
HRESULT TwoPointsAdjust(
IPointCollection* sourceControlPoints,
IPointCollection* targetControlPoints,
IRaster* pRaster
);
[C++]
Parameters sourceControlPoints [in]
sourceControlPoints is a parameter of type IPointCollection targetControlPoints [in]
targetControlPoints is a parameter of type IPointCollection pRaster [in]
pRaster is a parameter of type IRaster