Interface IMapViewport
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public interface IMapViewport
Properties
Declaration
PointG Center { get; set; }
Property Value
Declaration
PointL CenterPixel { get; set; }
Property Value
Declaration
int NumberOfWraparounds { get; }
Property Value
Declaration
SizeL PanOffset { get; set; }
Property Value
Declaration
RectangleG Viewport { get; set; }
Property Value
Declaration
RectangleL ViewportInPixels { get; set; }
Property Value
Declaration
bool Wraparound { get; set; }
Property Value
Declaration
int ZoomLevel { get; set; }
Property Value
Extension Methods