NPlot Documented Class Library

Transform2D.FastTransform2D.Transform Method (PointD)

[This is preliminary documentation and subject to change.]

Transforms the given world point to physical coordinates

public PointF Transform(
   PointD worldPoint
);

Parameters

worldPoint
the world point to transform

Return Value

the corresponding physical point

Implements

ITransform2D.Transform

See Also

Transform2D.FastTransform2D Class | NPlot Namespace | Transform2D.FastTransform2D.Transform Overload List