ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityText Class / GetRestrictPoint Method




In This Topic
    GetRestrictPoint Method
    In This Topic
    Returns an additional point defining restriction width and height.
    Syntax
    'Declaration
     
    Public Function GetRestrictPoint() As ImGearVectorPoint2D
    'Usage
     
    Dim instance As ImGearVectorEntityText
    Dim value As ImGearVectorPoint2D
     
    value = instance.GetRestrictPoint()
    public ImGearVectorPoint2D GetRestrictPoint()
    public: ImGearVectorPoint2D GetRestrictPoint(); 
    public:
    ImGearVectorPoint2D GetRestrictPoint(); 

    Return Value

    New instance of ImGearVectorPoint2D structure object.
    Remarks
    Restriction is taken into account if any RESTRICT_... alignment flag is set.
    See Also