Interface
IMapViewport

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public interface IMapViewport

Properties

Center

Declaration

cs-api-definition
PointG Center { get; set; }

Property Value

PointG

CenterPixel

Declaration

cs-api-definition
PointL CenterPixel { get; set; }

Property Value

PointL

NumberOfWraparounds

Declaration

cs-api-definition
int NumberOfWraparounds { get; }

Property Value

int

PanOffset

Declaration

cs-api-definition
SizeL PanOffset { get; set; }

Property Value

SizeL

Viewport

Declaration

cs-api-definition
RectangleG Viewport { get; set; }

Property Value

RectangleG

ViewportInPixels

Declaration

cs-api-definition
RectangleL ViewportInPixels { get; set; }

Property Value

RectangleL

Wraparound

Declaration

cs-api-definition
bool Wraparound { get; set; }

Property Value

bool

ZoomLevel

Declaration

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

Property Value

int