VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationView Class / OnDrawing(Graphics) Method
Syntax Requirements SeeAlso
In This Topic
OnDrawing(Graphics) Method (AnnotationView)
In This Topic
Raises the Drawing event. Invoked when the annotation is drawing.
Syntax
'Declaration

Protected Overridable Sub OnDrawing( _
ByVal g
A graphics where the annotation must be drawn.
As System.Drawing.Graphics _
)
protected virtual void OnDrawing(
System.Drawing.Graphics g
)

Parameters

g
A graphics where the annotation must be drawn.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also