Parameters of the conversion of the logical coordinates to screen coordinates.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class LogicalToScreenParameters
Inheritance: objectLogicalToScreenParameters
Constructors
C#
public LogicalToScreenParameters()
Properties
LogicalOrigin
Point
Gets or sets logical origin of the viewport.
C#
public Point LogicalOrigin { get; set; }
Gets or sets logical width of the viewport.
C#
public double LogicalWidth { get; set; }
Gets or sets width of the viewport in pixels.
C#
public double PixelWidth { get; set; }