Inheritance diagram for NPlot::ITransform2D:
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. |
Create on using the GetTransformer static method in Transform2D.
Definition at line 63 of file ITransform2D.cs.
|
Transforms the given world point to physical coordinates.
Implemented in NPlot::Transform2D::DefaultTransform2D, and NPlot::Transform2D::FastTransform2D. |
|
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(). |