GetBoundPoint(AnnotationData,PointF) Method (LeaderLineAnnotationData)
Returns the point, in device-independent pixels (1/96th inch) in the content space, that connects the specified annotation and the specified point.
'Declaration
Protected Overridable Function GetBoundPoint( _
ByVal As AnnotationData, _
ByVal As System.Drawing.PointF _
) As System.Drawing.PointF
protected virtual System.Drawing.PointF GetBoundPoint(
AnnotationData ,
System.Drawing.PointF
)
protected: virtual System.Drawing.PointF GetBoundPoint(
AnnotationData* ,
System.Drawing.PointF
)
protected:
virtual System.Drawing.PointF GetBoundPoint(
AnnotationData^ ,
System.Drawing.PointF
)
Parameters
- annotation
- Annotation data.
- fixedPoint
- Point, in device-independent pixels (1/96th inch), in the content space.
Return Value
The point, in device-independent pixels (1/96th inch) in the content space, that connects the specified annotation and the specified point.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5