In This Topic
GdPicture14 Namespace / GdViewer Class / SetBackgroundColor Method

SetBackgroundColor Method (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Sub SetBackgroundColor( _

   ByVal Color As Integer _

) 
public void SetBackgroundColor( 

   int Color

)
public procedure SetBackgroundColor( 

    Color: Integer

); 
public function SetBackgroundColor( 

   Color : int

);
public: void SetBackgroundColor( 

   int Color

) 
public:

void SetBackgroundColor( 

   int Color

) 

Parameters

Color
See Also