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

This class does world -> physical transforms for the general case
Наследование: ITransform2D
Показать файл Открыть проект

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

Метод Описание
DefaultTransform2D ( 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

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

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

Constructor
public DefaultTransform2D ( 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