ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTImage Class / GetViewBkColor Method




In This Topic
    GetViewBkColor Method
    In This Topic
    The method gets the current background color of the view.
    Syntax
    'Declaration
     
    Public Function GetViewBkColor() As Integer
    'Usage
     
    Dim instance As ImGearARTImage
    Dim value As Integer
     
    value = instance.GetViewBkColor()
    public int GetViewBkColor()
    public: int GetViewBkColor(); 
    public:
    int GetViewBkColor(); 

    Return Value

    Integer value.
    See Also