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




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

Parameters

value
New fill color to be set.
Remarks
See GetFillColor method for possible flag values.
See Also

Reference

ImGearVectorEntity Class
ImGearVectorEntity Members
ImGearVectorColorEx Structure