CreateImageWrapper

CreateImageWrapper(Image)

Initializes a new instance of the BitmapWrapper class from the specified existing image.

public IImageWrapper CreateImageWrapper(Image image)

See Also


CreateImageWrapper(Stream)

Initializes a new instance of the BitmapWrapper class from the specified data stream.

public IImageWrapper CreateImageWrapper(Stream stream)

See Also


CreateImageWrapper(string)

Initializes a new instance of the BitmapWrapper class from the specified file.

public IImageWrapper CreateImageWrapper(string fileName)

See Also