ImageGear .NET - Updated
GetViewBkColor Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTImage Class : GetViewBkColor Method
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

Reference

ImGearARTImage Class
ImGearARTImage Members