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




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorLayer Class : SetDrawColor Method
The draw color of the layer.
Sets the draw color of the layer.
Syntax
'Declaration
 
Public Sub SetDrawColor( _
   ByVal color As ImGearVectorColorEx _
) 
'Usage
 
Dim instance As ImGearVectorLayer
Dim color As ImGearVectorColorEx
 
instance.SetDrawColor(color)
public void SetDrawColor( 
   ImGearVectorColorEx color
)
public: void SetDrawColor( 
   ImGearVectorColorEx color
) 
public:
void SetDrawColor( 
   ImGearVectorColorEx color
) 

Parameters

color
The draw color of the layer.
See Also

Reference

ImGearVectorLayer Class
ImGearVectorLayer Members
ImGearVectorColorEx Structure