This document is archived and information here might be outdated. Recommended version. |
Creates two new polygons by using segments from the ring and from reshapeSource.
[Visual Basic .NET] Public Sub ReshapeEx ( _ ByVal reshapeSource As IPath, _ ByRef leftResult As IGeometry, _ ByRef rightResult As IGeometry _ )
[C#] public void ReshapeEx ( IPath reshapeSource, ref IGeometry leftResult, ref IGeometry rightResult );
[C++]
HRESULT ReshapeEx(
IPath* reshapeSource,
IGeometry** leftResult,
IGeometry** rightResult
);
[C++] Parameters reshapeSource
reshapeSource is a parameter of type IPath* leftResult [out]
leftResult is a parameter of type IGeometry** rightResult [out]
rightResult is a parameter of type IGeometry**