'Declaration Protected Overridable Sub DrawCommentSourceDecorations( _
ByVal paintArgsThe System.Windows.Forms.PaintEventArgs instance containing the event data.As System.Windows.Forms.PaintEventArgs, _
ByVal commentThe comment.As Vintasoft.Imaging.Annotation.Comments.Comment, _
ByVal commentSourceBoundingBoxThe bounding box of comment source.As System.Drawing.Rectangle _
)
protected virtual void DrawCommentSourceDecorations(
System.Windows.Forms.PaintEventArgs paintArgs,
Vintasoft.Imaging.Annotation.Comments.Comment comment,
System.Drawing.Rectangle commentSourceBoundingBox
)
protected: virtual void DrawCommentSourceDecorations(
System.Windows.Forms.PaintEventArgs* paintArgs,
Vintasoft.Imaging.Annotation.Comments.Comment* comment,
System.Drawing.Rectangle* commentSourceBoundingBox
)
protected:
virtual void DrawCommentSourceDecorations(
System.Windows.Forms.PaintEventArgs^ paintArgs,
Vintasoft.Imaging.Annotation.Comments.Comment^ comment,
System.Drawing.Rectangle^ commentSourceBoundingBox
)
Parameters
- paintArgs
- The System.Windows.Forms.PaintEventArgs instance containing the event data.
- comment
- The comment.
- commentSourceBoundingBox
- The bounding box of comment source.