ImageGear .NET - Updated December 24, 2018
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)

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