NPlot Documented Class Library

Transform2D.GetTransformer Method 

[This is preliminary documentation and subject to change.]

Constructs the optimal ITransform2D object for the supplied x and y axes.

public static ITransform2D GetTransformer(
   PhysicalAxis xAxis,
   PhysicalAxis yAxis
);

Parameters

xAxis
The xAxis to use for the world to physical transform.
yAxis
The yAxis to use for the world to physical transform.

Return Value

An ITransform2D derived object for converting from world to physical coordinates.

See Also

Transform2D Class | NPlot Namespace