This document is archived and information here might be outdated. Recommended version. |
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**