VectSharp 2.6.1
A light library for C# vector graphics
All Classes Namespaces Functions Variables Enumerations Properties Events Pages
VectSharp.Plots.ICoordinateSystem< T > Interface Template Reference

Represents a coordinate system. More...

Inheritance diagram for VectSharp.Plots.ICoordinateSystem< T >:

Public Member Functions

Point ToPlotCoordinates (T dataPoint)
 Transform the specified dataPoint into a plot Point. More...
 

Detailed Description

Represents a coordinate system.

Represents a coordinate system transforming data points of type T into plot Points.

Template Parameters
TThe type of data elements.

Definition at line 36 of file CoordinateSystems.cs.

Member Function Documentation

◆ ToPlotCoordinates()

Point VectSharp.Plots.ICoordinateSystem< T >.ToPlotCoordinates ( dataPoint)

Transform the specified dataPoint into a plot Point.

Parameters
dataPointThe data point whose coordinates should be determined.
Returns
A Point representing the dataPoint in plot space.

Implemented in VectSharp.Plots.CoordinateSystem< T >.


The documentation for this interface was generated from the following file: