Table of Contents

Class Coordinate

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
public class Coordinate : INotifyPropertyChanged
Inheritance
Coordinate
Implements
Derived
Inherited Members
Extension Methods

Constructors

Coordinate()

public Coordinate()

Fields

DefaultMaxScale

public static readonly double DefaultMaxScale

Field Value

double

DefaultMinScale

public static readonly double DefaultMinScale

Field Value

double

LogicalUnitPerPixel

public static readonly double LogicalUnitPerPixel

Field Value

double

_inverYScale

protected readonly double _inverYScale

Field Value

double

_offset

protected Point _offset

Field Value

Point

_scale

protected double _scale

Field Value

double

Properties

CoordMatrix

public virtual Matrix CoordMatrix { get; }

Property Value

Matrix

CoordMatrixInv

public virtual Matrix CoordMatrixInv { get; }

Property Value

Matrix

DPI

public virtual double DPI { get; set; }

Property Value

double

MaxScale

public double MaxScale { get; }

Property Value

double

MinScale

public double MinScale { get; }

Property Value

double

Offset

public virtual Point Offset { get; set; }

Property Value

Point

Scale

public virtual double Scale { get; set; }

Property Value

double

Methods

DeviceToLogical(Point)

public virtual Point DeviceToLogical(Point pt)

Parameters

pt Point

Returns

Point

DeviceToLogical(Rect)

public virtual Rect DeviceToLogical(Rect rc)

Parameters

rc Rect

Returns

Rect

DeviceToLogical(Size)

public virtual Size DeviceToLogical(Size size)

Parameters

size Size

Returns

Size

DeviceToLogical(Vector)

public virtual Vector DeviceToLogical(Vector vt)

Parameters

vt Vector

Returns

Vector

DeviceToLogicalLength(double)

public virtual double DeviceToLogicalLength(double len)

Parameters

len double

Returns

double

DeviceToLogicalNormalLength(double)

public static double DeviceToLogicalNormalLength(double len)

Parameters

len double

Returns

double

LogicalToDevice(Point)

public virtual Point LogicalToDevice(Point pt)

Parameters

pt Point

Returns

Point

LogicalToDevice(Rect)

public virtual Rect LogicalToDevice(Rect rc)

Parameters

rc Rect

Returns

Rect

LogicalToDevice(Size)

public virtual Size LogicalToDevice(Size size)

Parameters

size Size

Returns

Size

LogicalToDevice(Vector)

public virtual Vector LogicalToDevice(Vector vt)

Parameters

vt Vector

Returns

Vector

LogicalToDeviceLength(double)

public virtual double LogicalToDeviceLength(double len)

Parameters

len double

Returns

double

LogicalToDeviceNormalLength(double)

public static double LogicalToDeviceNormalLength(double len)

Parameters

len double

Returns

double

OnPropertyChanged(string)

protected void OnPropertyChanged(string properName)

Parameters

properName string

PanTopLeftTo(Point)

public virtual void PanTopLeftTo(Point ptTL)

Parameters

ptTL Point

RemoveScaleLimitation()

public void RemoveScaleLimitation()

SetMinMaxScale(double, double)

public void SetMinMaxScale(double min, double max)

Parameters

min double
max double

Events

CoordinateChanged

public event EventHandler CoordinateChanged

Event Type

EventHandler

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler