VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools Namespace / WpfCommentVisualTool Class / DrawConnection(DrawingContext,Comment,Rect,Rect) Method
Syntax Requirements SeeAlso
In This Topic
    DrawConnection(DrawingContext,Comment,Rect,Rect) Method (WpfCommentVisualTool)
    In This Topic
    Draws connection between comment and comment source.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawConnection( _
    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 commentBoundingBox
    The bounding box of comment.
    As System.Windows.Rect, _
    ByVal commentSourceBoundingBox
    The bounding box of comment source.
    As System.Windows.Rect _
    )

    Parameters

    drawingContext
    A drawing context, where content of this tool must be drawn.
    comment
    The comment.
    commentBoundingBox
    The bounding box of comment.
    commentSourceBoundingBox
    The bounding box of comment source.
    Requirements

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

    See Also