MapTile
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class MapTile : MapVisualElement, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement
Inheritance: objectMapVisualElementMapTile
Implements:
Inherited Members
Constructors
Properties
Gets the draw rectangle.
C#
public Rectangle DrawRectangle { get; }
The draw rectangle.
Gets a value indicating whether this instance is visible in the viewport.
C#
public override bool IsInViewport { get; }
true if this instance is visible in the viewport.; otherwise, false.
Overrides:
Methods
Paints the element to the specified graphics.
C#
public override void Paint(IGraphics graphics, IMapViewport viewport)
The graphics.
viewportIMapViewportThe viewport.
Overrides:
Called when the viewport changes.
C#
public override void ViewportChanged(IMapViewport viewport, ViewportChangeAction action)
The viewport.
actionViewportChangeActionThe action.
Overrides: