NPlot Documented Class Library

ITransform2D Interface

[This is preliminary documentation and subject to change.]

This interface is useful in the Plot classes for transforming world to physical coordinates. Create on using the GetTransformer static method in Transform2D.

For a list of all members of this type, see ITransform2D Members.

public interface ITransform2D

Types that implement ITransform2D

Type Description
Transform2D.DefaultTransform2D This class does world -> physical transforms for the general case
Transform2D.FastTransform2D This class does highly efficient world->physical and physical->world transforms for linear axes.

Requirements

Namespace: NPlot

Assembly: NPlot (in NPlot.dll)

See Also

ITransform2D Members | NPlot Namespace