[]
Gets or sets a value indicating that copying pixels from the BackgroundBitmap to the target bitmap should not be marked as changed in the UpdatedPixelMask.
The default is false, indicating that pixels copied from the background bitmap to the target are marked as changed.
public bool BackgroundBitmapContainsUnmodifiedImage { get; set; }
Public Property BackgroundBitmapContainsUnmodifiedImage As Boolean