VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / LeaderLineAnnotationData Class / GetBoundPoint(AnnotationData,PointF) Method
Syntax Requirements SeeAlso
In This Topic
    GetBoundPoint(AnnotationData,PointF) Method (LeaderLineAnnotationData)
    In This Topic
    Returns the point, in device-independent pixels (1/96th inch) in the content space, that connects the specified annotation and the specified point.
    Syntax
    'Declaration
    
    Protected Overridable Function GetBoundPoint( _
    ByVal annotation
    Annotation data.
    As AnnotationData, _
    ByVal fixedPoint
    Point, in device-independent pixels (1/96th inch), in the content space.
    As System.Drawing.PointF _
    ) As System.Drawing.PointF
    protected virtual System.Drawing.PointF GetBoundPoint(
    AnnotationData annotation,
    System.Drawing.PointF fixedPoint
    )
    protected: virtual System.Drawing.PointF GetBoundPoint(
    AnnotationData* annotation,
    System.Drawing.PointF fixedPoint
    )
    protected:
    virtual System.Drawing.PointF GetBoundPoint(
    AnnotationData^ annotation,
    System.Drawing.PointF fixedPoint
    )

    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.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also