Click or drag to resize

IndexedBitmap Class

Represents a bitmap where each pixel is specified as an index in a Palette
Inheritance Hierarchy

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class IndexedBitmap : Image

The IndexedBitmap type exposes the following members.

Constructors
  NameDescription
Public methodIndexedBitmap
Initializes a new instance of the IndexedBitmap class
Top
Properties
  NameDescription
Public propertyBitsPerPixel
Gets the number of bits per pixel for this bitmap
Public propertyPalette
Gets or sets the palette of the image
Top
Methods
  NameDescription
Public methodLock
Locks the data of the image to directly access the bytes of the image
Public methodResize
Resizes the bitmap to the specified size
Top
See Also