ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorLayer Class / SetDrawColor Method
The draw color of the layer.




In This Topic
    SetDrawColor Method (ImGearVectorLayer)
    In This Topic
    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