Table of Contents

Method Paint

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

Paint(DrawingContext, Rect)

Draws annotations using the specified DrawingContext.

public virtual void Paint(DrawingContext drawingContext, Rect paintRect)

Parameters

drawingContext DrawingContext

DrawingContext used to draw annotations.

paintRect Rect

Rectangular area where annotations will be drawn.