VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools Namespace / WpfCommentVisualTool Class / DrawCommentSourceSelection(DrawingContext,Comment,Rect) Method
Syntax Requirements SeeAlso
In This Topic
    DrawCommentSourceSelection(DrawingContext,Comment,Rect) Method (WpfCommentVisualTool)
    In This Topic
    Draws selection of comment source.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawCommentSourceSelection( _
    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 DrawCommentSourceSelection(
    System.Windows.Media.DrawingContext drawingContext,
    Vintasoft.Imaging.Annotation.Comments.Comment comment,
    System.Windows.Rect commentSourceBoundingBox
    )
    protected: virtual void DrawCommentSourceSelection(
    System.Windows.Media.DrawingContext drawingContext,
    Vintasoft.Imaging.Annotation.Comments.Comment* comment,
    System.Windows.Rect* commentSourceBoundingBox
    )
    protected:
    virtual void DrawCommentSourceSelection(
    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also