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