CreateImageWrapper

CreateImageWrapper(IImage)

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

public IImageWrapper CreateImageWrapper(IImage 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