ImageGear .NET v24.12 - Updated
SetRestrictPoint Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityText Class : SetRestrictPoint Method
The restriction point to be set.
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

Reference

ImGearVectorEntityText Class
ImGearVectorEntityText Members
ImGearVectorPoint2D Structure