ImageGear .NET - Updated
SetBkGnd Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : SetBkGnd Method
New background color for the View.
Sets the current background color of the view.
Syntax
'Declaration
 
Public Sub SetBkGnd( _
   ByVal backgroundColor As ImGearVectorColor _
) 
'Usage
 
Dim instance As ImGearVectorView
Dim backgroundColor As ImGearVectorColor
 
instance.SetBkGnd(backgroundColor)
public void SetBkGnd( 
   ImGearVectorColor backgroundColor
)
public: void SetBkGnd( 
   ImGearVectorColor backgroundColor
) 
public:
void SetBkGnd( 
   ImGearVectorColor backgroundColor
) 

Parameters

backgroundColor
New background color for the View.
See Also

Reference

ImGearVectorView Class
ImGearVectorView Members
ImGearVectorColor Structure