ImageGear .NET v24.12 - Updated
SetDrawColor Method (ImGearVectorEntity)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : SetDrawColor Method
New draw color to be set.
Sets draw color for the entity.
Syntax
'Declaration
 
Public Sub SetDrawColor( _
   ByVal value As ImGearVectorColorEx _
) 
'Usage
 
Dim instance As ImGearVectorEntity
Dim value As ImGearVectorColorEx
 
instance.SetDrawColor(value)
public void SetDrawColor( 
   ImGearVectorColorEx value
)
public: void SetDrawColor( 
   ImGearVectorColorEx value
) 
public:
void SetDrawColor( 
   ImGearVectorColorEx value
) 

Parameters

value
New draw color to be set.
Remarks
See GetDrawColor method for possible flag values.
See Also

Reference

ImGearVectorEntity Class
ImGearVectorEntity Members
ImGearVectorColorEx Structure