ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorData Class / GetSelectionColor Method




In This Topic
    GetSelectionColor Method
    In This Topic
    Returns the color that is used for displaying entities being selected.
    Syntax
    'Declaration
     
    Public Function GetSelectionColor() As ImGearVectorColor
    'Usage
     
    Dim instance As ImGearVectorData
    Dim value As ImGearVectorColor
     
    value = instance.GetSelectionColor()
    public ImGearVectorColor GetSelectionColor()
    public: ImGearVectorColor GetSelectionColor(); 
    public:
    ImGearVectorColor GetSelectionColor(); 

    Return Value

    New instance of ImGearVectorColor structure object.
    See Also