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