C# Класс Braincase.GanttChart.ImageViewport

IViewport for printing to image. The full chart in the world is printed as-is.
Наследование: IViewport
Показать файл Открыть проект

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

Метод Описание
DeviceToWorldCoord ( Point screencoord ) : PointF

The device and world coordinates are the same for ImageViewport

DeviceToWorldCoord ( PointF screencoord ) : PointF

The device and world coordinates are the same for ImageViewport

ImageViewport ( float scale, float worldWidth, float worldHeight ) : System
Resize ( ) : void
WorldToDeviceCoord ( PointF worldcoord ) : PointF

The device and world coordinates are the same for ImageViewport

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

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

The device and world coordinates are the same for ImageViewport
public DeviceToWorldCoord ( Point screencoord ) : PointF
screencoord Point
Результат System.Drawing.PointF

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

The device and world coordinates are the same for ImageViewport
public DeviceToWorldCoord ( PointF screencoord ) : PointF
screencoord System.Drawing.PointF
Результат System.Drawing.PointF

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

public ImageViewport ( float scale, float worldWidth, float worldHeight ) : System
scale float
worldWidth float
worldHeight float
Результат System

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

public Resize ( ) : void
Результат void

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

The device and world coordinates are the same for ImageViewport
public WorldToDeviceCoord ( PointF worldcoord ) : PointF
worldcoord System.Drawing.PointF
Результат System.Drawing.PointF