'Declaration Protected Overridable Sub DrawCommentSourceDecorations( _
ByVal drawingContextA drawing context, where content of this tool must be drawn.As System.Windows.Media.DrawingContext, _
ByVal commentThe comment.As Vintasoft.Imaging.Annotation.Comments.Comment, _
ByVal commentSourceBoundingBoxThe 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
)
protected: virtual void DrawCommentSourceDecorations(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.Annotation.Comments.Comment* comment,
System.Windows.Rect* commentSourceBoundingBox
)
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.