ImageGear PDF v25.2 - Updated
SetDrawColor Method (ImGearVectorEntity)




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.