Click or drag to resize

BitmapIHandler Interface

Handler interface for the Bitmap class

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

The BitmapIHandler type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a clone of the bitmap
Public methodCreate(Stream)
Create a bitmap from a specified stream
Public methodCreate(String)
Create a bitmap from a file
Public methodCreate(Int32, Int32, Graphics)
Creates a new bitmap optimized for drawing on the specified graphics
Public methodCreate(Int32, Int32, PixelFormat)
Creates a new bitmap in-memory with the specified format
Public methodCreate(Image, Int32, Int32, ImageInterpolation)
Create a new scaled bitmap with the specified width and height
Public methodGetPixel
Gets the color of the pixel at the specified coordinates
Public methodSave(Stream, ImageFormat)
Saves the bitmap to a stream in the specified format
Public methodSave(String, ImageFormat)
Saves the bitmap to a file in the specified format
Top
See Also