ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / GetBkGnd Method




In This Topic
    GetBkGnd Method
    In This Topic
    Returns the current background color of the view.
    Syntax
    'Declaration
     
    Public Function GetBkGnd() As ImGearVectorColor
    'Usage
     
    Dim instance As ImGearVectorView
    Dim value As ImGearVectorColor
     
    value = instance.GetBkGnd()
    public ImGearVectorColor GetBkGnd()
    public: ImGearVectorColor GetBkGnd(); 
    public:
    ImGearVectorColor GetBkGnd(); 

    Return Value

    Current background color of the view.
    See Also