'Declaration Protected Overridable Sub DrawConnection( _
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 commentBoundingBoxThe bounding box of comment.As System.Windows.Rect, _
ByVal commentSourceBoundingBoxThe bounding box of comment source.As System.Windows.Rect _
)
protected virtual void DrawConnection(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.Annotation.Comments.Comment comment,
System.Windows.Rect commentBoundingBox,
System.Windows.Rect commentSourceBoundingBox
)
protected: virtual void DrawConnection(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.Annotation.Comments.Comment* comment,
System.Windows.Rect* commentBoundingBox,
System.Windows.Rect* commentSourceBoundingBox
)
protected:
virtual void DrawConnection(
System.Windows.Media.DrawingContext drawingContext,
Vintasoft.Imaging.Annotation.Comments.Comment^ comment,
System.Windows.Rect^ commentBoundingBox,
System.Windows.Rect^ commentSourceBoundingBox
)
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.