Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: Bitmap Bitmap

Declaration

Bitmap Bitmap

Summary

Gets the underlying Bitmap that this BytesBitmap wraps. USAGE WARNING: DO NOT use this if the BytesBitmap wrapping it may have gone out of context and disposed of. This will cause intermittent issues - when the BytesBitmap gets GC'd. Use BytesBitmap.GetBitmapCopy() instead.