C# 클래스 NPlot.Transform2D.DefaultTransform2D

This class does world -> physical transforms for the general case
상속: ITransform2D
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

메소드 설명
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