C# Класс NPlot.Transform2D.FastTransform2D

This class does highly efficient world->physical and physical->world transforms for linear axes.
Наследование: ITransform2D
Показать файл Открыть проект

Открытые методы

Метод Описание
FastTransform2D ( PhysicalAxis xAxis, PhysicalAxis yAxis ) : System

Constructor

Transform ( PointD worldPoint ) : PointF

Transforms the given world point to physical coordinates

Transform ( double x, double y ) : PointF

Transforms the given world point to physical coordinates

Описание методов

FastTransform2D() публичный Метод

Constructor
public FastTransform2D ( PhysicalAxis xAxis, PhysicalAxis yAxis ) : System
xAxis PhysicalAxis The x-axis to use for transforms
yAxis PhysicalAxis The y-axis to use for transforms
Результат System

Transform() публичный Метод

Transforms the given world point to physical coordinates
public Transform ( PointD worldPoint ) : PointF
worldPoint PointD the world point to transform
Результат System.Drawing.PointF

Transform() публичный Метод

Transforms the given world point to physical coordinates
public Transform ( double x, double y ) : PointF
x double x coordinate of world point to transform.
y double y coordinate of world point to transform.
Результат System.Drawing.PointF