Class LogicalToScreenParameters
Inheritance
System.Object
LogicalToScreenParameters
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class LogicalToScreenParameters : Object
Constructors
LogicalToScreenParameters()
Declaration
public LogicalToScreenParameters()
Properties
LogicalOrigin
Declaration
public Point LogicalOrigin { get; set; }
Property Value
Windows.
|
LogicalWidth
Declaration
public double LogicalWidth { get; set; }
Property Value
System.
|
PixelWidth
Declaration
public double PixelWidth { get; set; }
Property Value
System.
|
ZoomLevel
Declaration
public int ZoomLevel { get; set; }
Property Value
System.
|