C# 클래스 Braincase.GanttChart.ImageViewport

IViewport for printing to image. The full chart in the world is printed as-is.
상속: IViewport
파일 보기 프로젝트 열기: JackWangCUMT/NetGanttControl

공개 메소드들

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