Click or drag to resize

IHandlerCreate Method

Overload List
  NameDescription
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
Top
See Also