'Declaration Protected Overridable Sub GetConnectionPoints( _
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, _
ByRef commentConnectionSidePoint1The first point of comment side.As System.Drawing.PointF, _
ByRef commentConnectionSidePoint2The second point of comment side.As System.Drawing.PointF, _
ByRef commentConnectionPointThe comment connection point.As System.Drawing.PointF, _
ByRef sourceConnectionPointThe source connection point.As System.Drawing.PointF _
)
protected virtual void GetConnectionPoints(
Vintasoft.Imaging.Annotation.Comments.Comment comment,
System.Drawing.Rectangle commentBoundingBox,
System.Drawing.Rectangle commentSourceBoundingBox,
out System.Drawing.PointF commentConnectionSidePoint1,
out System.Drawing.PointF commentConnectionSidePoint2,
out System.Drawing.PointF commentConnectionPoint,
out System.Drawing.PointF sourceConnectionPoint
)
protected: virtual void GetConnectionPoints(
Vintasoft.Imaging.Annotation.Comments.Comment* comment,
System.Drawing.Rectangle* commentBoundingBox,
System.Drawing.Rectangle* commentSourceBoundingBox,
[PARAMFLAG::Out] System.Drawing.PointF commentConnectionSidePoint1,
[PARAMFLAG::Out] System.Drawing.PointF commentConnectionSidePoint2,
[PARAMFLAG::Out] System.Drawing.PointF commentConnectionPoint,
[PARAMFLAG::Out] System.Drawing.PointF sourceConnectionPoint
)
protected:
virtual void GetConnectionPoints(
Vintasoft.Imaging.Annotation.Comments.Comment^ comment,
System.Drawing.Rectangle^ commentBoundingBox,
System.Drawing.Rectangle^ commentSourceBoundingBox,
[Out] System.Drawing.PointF commentConnectionSidePoint1,
[Out] System.Drawing.PointF commentConnectionSidePoint2,
[Out] System.Drawing.PointF commentConnectionPoint,
[Out] System.Drawing.PointF sourceConnectionPoint
)
Parameters
- comment
- The comment.
- commentBoundingBox
- The bounding box of comment.
- commentSourceBoundingBox
- The bounding box of comment source.
- commentConnectionSidePoint1
- The first point of comment side.
- commentConnectionSidePoint2
- The second point of comment side.
- commentConnectionPoint
- The comment connection point.
- sourceConnectionPoint
- The source connection point.