ImageGear .NET - Updated
GetBkGnd Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : GetBkGnd Method
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

Reference

ImGearVectorView Class
ImGearVectorView Members
ImGearVectorColor Structure