ImageGear .NET v24.12 - Updated
SetLineThickness Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : SetLineThickness Method
New thickness to be set.
Sets the line thickness for an entity.
Syntax
'Declaration
 
Public Sub SetLineThickness( _
   ByVal value As Single _
) 
'Usage
 
Dim instance As ImGearVectorEntity
Dim value As Single
 
instance.SetLineThickness(value)
public void SetLineThickness( 
   float value
)
public: void SetLineThickness( 
   float value
) 
public:
void SetLineThickness( 
   float value
) 

Parameters

value
New thickness to be set.
See Also

Reference

ImGearVectorEntity Class
ImGearVectorEntity Members