Click or drag to resize
AB4D logo

CameraTargetPositionAdornerOnRender Method

When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
protected override void OnRender(
	DrawingContext drawingContext
)

Parameters

drawingContext  DrawingContext
The drawing instructions for a specific element. This context is provided to the layout system.
See Also