Warp operation of layer.
[Visual Basic 6.0] Sub Warp(
ByVal fromPoints As IPointCollection, _
ByVal toPoints As IPointCollection, _
ByVal order As Long _
)
[Visual Basic .NET] Public Sub Warp ( _ ByVal fromPoints As IPointCollection, _ ByVal toPoints As IPointCollection, _ ByVal order As Integer _ )
[C#] public void Warp ( IPointCollection fromPoints, IPointCollection toPoints, int order );
[Java] public void warp ( IPointCollection fromPoints, IPointCollection toPoints, int order ) throws IOException, AutomationException
[C++] HRESULT Warp( IPointCollection* fromPoints, IPointCollection* toPoints, long order );
Parameters
fromPoints [in]
fromPoints is a parameter of type IPointCollection
toPoints [in]
toPoints is a parameter of type IPointCollection
order [in]
order is a parameter of type long