NPlot Documented Class Library

Transform2D.DefaultTransform2D.Transform Method (Double, Double)

[This is preliminary documentation and subject to change.]

Transforms the given world point to physical coordinates

public PointF Transform(
   double x,
   double y
);

Parameters

x
x coordinate of world point to transform.
y
y coordinate of world point to transform.

Return Value

the corresponding physical point.

Implements

ITransform2D.Transform

See Also

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