C# Class CSJ2K.Util.IOSImageCreator

Inheritance: IImageCreator
Show file Open project: cureos/csj2k

Public Methods

Method Description
Create ( int width, int height, byte bytes ) : IImage
Register ( ) : void
ToPortableImageSource ( object imageObject ) : BlkImgDataSrc

Method Details

Create() public method

public Create ( int width, int height, byte bytes ) : IImage
width int
height int
bytes byte
return IImage

Register() public static method

public static Register ( ) : void
return void

ToPortableImageSource() public method

public ToPortableImageSource ( object imageObject ) : BlkImgDataSrc
imageObject object
return BlkImgDataSrc