Class Coordinate
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
DefaultMinScale
public static readonly double DefaultMinScale
Field Value
LogicalUnitPerPixel
public static readonly double LogicalUnitPerPixel
Field Value
_inverYScale
protected readonly double _inverYScale
Field Value
_offset
protected Point _offset
Field Value
_scale
protected double _scale
Field Value
Properties
CoordMatrix
public virtual Matrix CoordMatrix { get; }
Property Value
CoordMatrixInv
public virtual Matrix CoordMatrixInv { get; }
Property Value
DPI
public virtual double DPI { get; set; }
Property Value
MaxScale
public double MaxScale { get; }
Property Value
MinScale
public double MinScale { get; }
Property Value
Offset
public virtual Point Offset { get; set; }
Property Value
Scale
public virtual double Scale { get; set; }
Property Value
Methods
DeviceToLogical(Point)
public virtual Point DeviceToLogical(Point pt)
Parameters
pt
Point
Returns
DeviceToLogical(Rect)
public virtual Rect DeviceToLogical(Rect rc)
Parameters
rc
Rect
Returns
DeviceToLogical(Size)
public virtual Size DeviceToLogical(Size size)
Parameters
size
Size
Returns
DeviceToLogical(Vector)
public virtual Vector DeviceToLogical(Vector vt)
Parameters
vt
Vector
Returns
DeviceToLogicalLength(double)
public virtual double DeviceToLogicalLength(double len)
Parameters
len
double
Returns
DeviceToLogicalNormalLength(double)
public static double DeviceToLogicalNormalLength(double len)
Parameters
len
double
Returns
LogicalToDevice(Point)
public virtual Point LogicalToDevice(Point pt)
Parameters
pt
Point
Returns
LogicalToDevice(Rect)
public virtual Rect LogicalToDevice(Rect rc)
Parameters
rc
Rect
Returns
LogicalToDevice(Size)
public virtual Size LogicalToDevice(Size size)
Parameters
size
Size
Returns
LogicalToDevice(Vector)
public virtual Vector LogicalToDevice(Vector vt)
Parameters
vt
Vector
Returns
LogicalToDeviceLength(double)
public virtual double LogicalToDeviceLength(double len)
Parameters
len
double
Returns
LogicalToDeviceNormalLength(double)
public static double LogicalToDeviceNormalLength(double len)
Parameters
len
double
Returns
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
Events
CoordinateChanged
public event EventHandler CoordinateChanged
Event Type
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged