'Declaration Protected Overridable Sub DrawConnection( _
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 commentBoundingBoxThe bounding box of comment.As System.Drawing.Rectangle, _
ByVal commentSourceBoundingBoxThe bounding box of comment source.As System.Drawing.Rectangle _
)
protected virtual void DrawConnection(
System.Windows.Forms.PaintEventArgs paintArgs,
Vintasoft.Imaging.Annotation.Comments.Comment comment,
System.Drawing.Rectangle commentBoundingBox,
System.Drawing.Rectangle commentSourceBoundingBox
)
Parameters
- paintArgs
- The System.Windows.Forms.PaintEventArgs instance containing the event data.
- comment
- The comment.
- commentBoundingBox
- The bounding box of comment.
- commentSourceBoundingBox
- The bounding box of comment source.