[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.BitmapRenderer.BackgroundBitmap

BackgroundBitmap Property

BackgroundBitmap

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.

Declaration
public GcBitmap BackgroundBitmap { get; set; }
Public Property BackgroundBitmap As GcBitmap