ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityText Class / SetRestrictPoint Method
The restriction point to be set.




In This Topic
    SetRestrictPoint Method
    In This Topic
    Sets an additional point defining restriction width and height.
    Syntax
    'Declaration
     
    Public Sub SetRestrictPoint( _
       ByVal value As ImGearVectorPoint2D _
    ) 
    'Usage
     
    Dim instance As ImGearVectorEntityText
    Dim value As ImGearVectorPoint2D
     
    instance.SetRestrictPoint(value)
    public void SetRestrictPoint( 
       ImGearVectorPoint2D value
    )
    public: void SetRestrictPoint( 
       ImGearVectorPoint2D value
    ) 
    public:
    void SetRestrictPoint( 
       ImGearVectorPoint2D value
    ) 

    Parameters

    value
    The restriction point to be set.
    See Also