| IHandler Methods | 
The BitmapIHandler type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Creates a clone of the bitmap
             | 
|  | Create(Stream) | 
            Create a bitmap from a specified stream
             | 
|  | Create(String) | 
            Create a bitmap from a file
             | 
|  | Create(Int32, Int32, Graphics) | 
            Creates a new bitmap optimized for drawing on the specified graphics | 
|  | Create(Int32, Int32, PixelFormat) | 
            Creates a new bitmap in-memory with the specified format
             | 
|  | Create(Image, Int32, Int32, ImageInterpolation) | 
            Create a new scaled bitmap with the specified width and height | 
|  | GetPixel | 
            Gets the color of the pixel at the specified coordinates
             | 
|  | Save(Stream, ImageFormat) | 
            Saves the bitmap to a stream in the specified format
             | 
|  | Save(String, ImageFormat) | 
            Saves the bitmap to a file in the specified format
             | 
 See Also
See Also