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