ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / SetSelectionColor Method
Selection color.




In This Topic
    SetSelectionColor Method
    In This Topic
    Sets the color that is used for displaying selected entities.
    Syntax
    'Declaration
     
    Public Sub SetSelectionColor( _
       ByVal value As ImGearVectorColor _
    ) 
    'Usage
     
    Dim instance As ImGearVectorData
    Dim value As ImGearVectorColor
     
    instance.SetSelectionColor(value)
    public void SetSelectionColor( 
       ImGearVectorColor value
    )
    public: void SetSelectionColor( 
       ImGearVectorColor value
    ) 
    public:
    void SetSelectionColor( 
       ImGearVectorColor value
    ) 

    Parameters

    value
    Selection color.
    See Also