VectSharp 2.6.1
A light library for C# vector graphics
|
Represents a coordinate system. More...
Public Member Functions | |
Point | ToPlotCoordinates (T dataPoint) |
Transform the specified dataPoint into a plot Point. More... | |
Represents a coordinate system.
Represents a coordinate system transforming data points of type T into plot Points.
T | The type of data elements. |
Definition at line 36 of file CoordinateSystems.cs.
Point VectSharp.Plots.ICoordinateSystem< T >.ToPlotCoordinates | ( | T | dataPoint | ) |
Transform the specified dataPoint into a plot Point.
dataPoint | The data point whose coordinates should be determined. |
Implemented in VectSharp.Plots.CoordinateSystem< T >.