Class
LogicalToScreenParameters

Parameters of the conversion of the logical coordinates to screen coordinates.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class LogicalToScreenParameters

Inheritance: objectLogicalToScreenParameters

Constructors

LogicalToScreenParameters()

Declaration

cs-api-definition
public LogicalToScreenParameters()

Properties

LogicalOrigin

Gets or sets logical origin of the viewport.

Declaration

cs-api-definition
public Point LogicalOrigin { get; set; }

Property Value

Point

LogicalWidth

Gets or sets logical width of the viewport.

Declaration

cs-api-definition
public double LogicalWidth { get; set; }

Property Value

double

PixelWidth

Gets or sets width of the viewport in pixels.

Declaration

cs-api-definition
public double PixelWidth { get; set; }

Property Value

double

ZoomLevel

Gets or sets zoom level this parameters corresponds to.

Declaration

cs-api-definition
public int ZoomLevel { get; set; }

Property Value

int