Table of Contents

Method Paint

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Paint(DrawingContext, Rect)

When implemented by a class, draws annotations using the specified DrawingContext.

void Paint(DrawingContext drawingContext, Rect paintRect)

Parameters

drawingContext DrawingContext

DrawingContext used to draw annotations.

paintRect Rect

Rectangular area where annotations will be drawn.