Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public abstract class MapPathBasedVisualElement : MapVisualElement, IClusterable, IBorderElement, IBoxStyle, IBoxElement, IFillElement, ITextElement, IShapedElement
Inheritance: objectMapVisualElementMapPathBasedVisualElement
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected MapPathBasedVisualElement()
Properties
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
C#
protected abstract MapVisualElementInfo CreateVisualElementInfo(IMapViewport viewport)
C#
protected MapVisualElementInfo GetVisualElementInfo(IMapViewport viewport)
Hit tests the element.
C#
public override bool HitTest(PointG pointG, PointL pointL, IMapViewport viewport)
The point g.
pointLPointLThe point l.
viewportIMapViewportThe viewport.
Returns:true if XXXX, false otherwise.
Overrides:
C#
protected void ResetGraphicsPathCache()
Called when the viewport changes.
C#
public override void ViewportChanged(IMapViewport viewport, ViewportChangeAction action)
The viewport.
actionViewportChangeActionThe action.
Overrides: