NPlot::ITransform2D Interface Reference

This interface is useful in the Plot classes for transforming world to physical coordinates. More...

Inheritance diagram for NPlot::ITransform2D:

NPlot::Transform2D::DefaultTransform2D NPlot::Transform2D::FastTransform2D List of all members.

Public Member Functions

PointF Transform (double x, double y)
 Transforms the given world point to physical coordinates.
PointF Transform (PointD worldPoint)
 Transforms the given world point to physical coordinates.

Detailed Description

This interface is useful in the Plot classes for transforming world to physical coordinates.

Create on using the GetTransformer static method in Transform2D.

Definition at line 63 of file ITransform2D.cs.


Member Function Documentation

PointF NPlot::ITransform2D::Transform PointD  worldPoint  ) 
 

Transforms the given world point to physical coordinates.

Implemented in NPlot::Transform2D::DefaultTransform2D, and NPlot::Transform2D::FastTransform2D.

PointF NPlot::ITransform2D::Transform double  x,
double  y
 

Transforms the given world point to physical coordinates.

Implemented in NPlot::Transform2D::DefaultTransform2D, and NPlot::Transform2D::FastTransform2D.

Referenced by NPlot::FilledRegion::Draw(), NPlot::BarPlot::Draw(), and NPlot::LinePlot::DrawLineOrShadow().


The documentation for this interface was generated from the following file:
Generated on Sat Nov 5 01:04:08 2005 for NPlot by  doxygen 1.4.5