Class LogicalToScreenParameters
Parameters of the conversion of the logical coordinates to screen coordinates.
Inheritance
System.Object
LogicalToScreenParameters
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class LogicalToScreenParameters : Object
Constructors
LogicalToScreenParameters()
Declaration
public LogicalToScreenParameters()
Properties
LogicalOrigin
Gets or sets logical origin of the viewport.
Declaration
public Point LogicalOrigin { get; set; }
Property Value
System.Windows.Point
|
LogicalWidth
Gets or sets logical width of the viewport.
Declaration
public double LogicalWidth { get; set; }
Property Value
System.Double
|
PixelWidth
Gets or sets width of the viewport in pixels.
Declaration
public double PixelWidth { get; set; }
Property Value
System.Double
|
ZoomLevel
Gets or sets zoom level this parameters corresponds to.
Declaration
public int ZoomLevel { get; set; }
Property Value
System.Int32
|