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




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

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