Class TargetSymbolAdorner
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
A Target symbol adorner. This is shown in the HelixViewport3D when manipulating the camera with the mouse.
public sealed class TargetSymbolAdorner : Adorner, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
TargetSymbolAdorner
- Implements
- Inherited Members
- Extension Methods
Remarks
Inspired by Google Earth...
Constructors
TargetSymbolAdorner(UIElement, Point)
Initializes a new instance of the TargetSymbolAdorner class.
public TargetSymbolAdorner(UIElement adornedElement, Point position)
Parameters
Properties
Position
Gets or sets the position.
public Point Position { get; set; }
Property Value
- Point
The position.
Methods
OnRender(DrawingContext)
Called when rendering.
[SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1407:ArithmeticExpressionsMustDeclarePrecedence", Justification = "Reviewed. Suppression is OK here.")]
protected override void OnRender(DrawingContext dc)
Parameters
dcDrawingContextThe drawing context.