Gets the bitmap for this frame.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Bitmap Bitmap { get; }
Public ReadOnly Property Bitmap As Bitmap
Get
member Bitmap : Bitmap with get
Property Value
Type:
BitmapThe frame's bitmap.
See Also