This document is archived and information here might be outdated. Recommended version. |
Compute the co-ordinates of all points in the packet, starting at initX, initY.
[Visual Basic .NET]
Public Sub CalcAllParcelCoordsEx ( _
ByVal initX As Double, _
ByVal initY As Double, _
ByVal applyScaleRotation As Boolean _
)
[C#]
public void CalcAllParcelCoordsEx (
double initX,
double initY,
bool applyScaleRotation
);