WpfAnnotationGripsOnRender 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:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected override void OnRender(
DrawingContext drawingContext
)
Protected Overrides Sub OnRender (
drawingContext As DrawingContext
)
Parameters
- drawingContext
- Type: System.Windows.MediaDrawingContext
The drawing instructions for a specific element. This context is provided to the layout system.
See Also