Click or drag to resize

IndexedBitmapIHandler Interface

Handler for the IndexedBitmap class

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[AutoInitializeAttribute(false)]
public interface IHandler : ImageIHandler, 
	WidgetIHandler, ILockableImage

The IndexedBitmapIHandler type exposes the following members.

Properties
  NameDescription
Public propertyPalette
Gets or sets the palette of the image
Top
Methods
  NameDescription
Public methodCreate
Creates a new indexed bitmap with the specified size and bits per pixel
Public methodResize
Resizes the bitmap to the specified size
Top
See Also