VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools Namespace / WpfCommentVisualTool Class / DrawCommentSourceDecorations(DrawingContext,Comment,Rect) Method
Syntax Requirements SeeAlso
In This Topic
DrawCommentSourceDecorations(DrawingContext,Comment,Rect) Method (WpfCommentVisualTool)
In This Topic
Draws decorations of comment source.
Syntax
'Declaration

Protected Overridable Sub DrawCommentSourceDecorations( _
ByVal drawingContext
A drawing context, where content of this tool must be drawn.
As System.Windows.Media.DrawingContext, _
ByVal comment
The comment.
As Vintasoft.Imaging.Annotation.Comments.Comment, _
ByVal commentSourceBoundingBox
The bounding box of comment source.
As System.Windows.Rect _
)
protected virtual void DrawCommentSourceDecorations(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.Annotation.Comments.Comment comment,
System.Windows.Rect commentSourceBoundingBox
)

Parameters

drawingContext
A drawing context, where content of this tool must be drawn.
comment
The comment.
commentSourceBoundingBox
The bounding box of comment source.
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