BackgroundBitmap Property
In This Topic
Gets or sets a bitmap providing background for all drawing and filling operations.
The same bitmap cannot be used as background and target at the same time.
The background bitmap must be of the same pixel size as the target bitmap.
Syntax
'Declaration
Public Property BackgroundBitmap As GcBitmap
public GcBitmap BackgroundBitmap {get; set;}
See Also