C# Class CSJ2K.Util.BitmapImageCreator

Inheritance: IImageCreator
Afficher le fichier Open project: cureos/csj2k

Méthodes publiques

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

Method Details

Create() public méthode

public Create ( int width, int height, byte bytes ) : IImage
width int
height int
bytes byte
Résultat IImage

Register() public static méthode

public static Register ( ) : void
Résultat void

ToPortableImageSource() public méthode

public ToPortableImageSource ( object imageObject ) : BlkImgDataSrc
imageObject object
Résultat BlkImgDataSrc