'Declaration Protected Overridable Sub GetConnectionPoints( _
ByVal commentКомментарий.As Vintasoft.Imaging.Annotation.Comments.Comment, _
ByVal commentBoundingBoxОграничивающая рамка комментария.As System.Drawing.Rectangle, _
ByVal commentSourceBoundingBoxОграничивающая рамка источника комментариев.As System.Drawing.Rectangle, _
ByRef commentConnectionSidePoint1Первая точка комментария.As System.Drawing.PointF, _
ByRef commentConnectionSidePoint2Второй пункт комментария.As System.Drawing.PointF, _
ByRef commentConnectionPointТочка подключения комментария.As System.Drawing.PointF, _
ByRef sourceConnectionPointТочка подключения источника.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
 - Комментарий.
 - commentBoundingBox
 - Ограничивающая рамка комментария.
 - commentSourceBoundingBox
 - Ограничивающая рамка источника комментариев.
 - commentConnectionSidePoint1
 - Первая точка комментария.
 - commentConnectionSidePoint2
 - Второй пункт комментария.
 - commentConnectionPoint
 - Точка подключения комментария.
 - sourceConnectionPoint
 - Точка подключения источника.