IndexedBitmapIHandler Interface |
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [AutoInitializeAttribute(false)]
public interface IHandler : ImageIHandler,
WidgetIHandler, ILockableImage
<AutoInitializeAttribute(false)>
Public Interface IHandler
Inherits ImageIHandler, WidgetIHandler, ILockableImage
[<AutoInitializeAttribute(false)>]
type IHandler =
interface
interface ImageIHandler
interface WidgetIHandler
interface ILockableImage
end
The IndexedBitmapIHandler type exposes the following members.
Properties
| Name | Description |
---|
| Palette |
Gets or sets the palette of the image
|
TopMethods
| Name | Description |
---|
| Create |
Creates a new indexed bitmap with the specified size and bits per pixel
|
| Resize |
Resizes the bitmap to the specified size
|
TopSee Also