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