VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Measurements Namespace / LinearMeasuringView Class / GetBindingPoint(AnchorType) Method
Syntax Requirements SeeAlso
In This Topic
    GetBindingPoint(AnchorType) Method (LinearMeasuringView)
    In This Topic
    Returns the binding point.
    Syntax
    'Declaration
    
    Public Overrides Function GetBindingPoint( _
    ByVal alignment
    An alignment for binding point.
    As Vintasoft.Imaging.AnchorType _
    ) As System.Drawing.PointF
    public override System.Drawing.PointF GetBindingPoint(
    Vintasoft.Imaging.AnchorType alignment
    )
    public: System.Drawing.PointF GetBindingPoint(
    Vintasoft.Imaging.AnchorType alignment
    ); override
    public:
    System.Drawing.PointF GetBindingPoint(
    Vintasoft.Imaging.AnchorType alignment
    ); override

    Parameters

    alignment
    An alignment for binding point.

    Return Value

    A binding point.
    Requirements

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

    See Also