C# Class CoolPrintPreview.PageImageList

Mostra file Open project: Hli4S/TestMeApp Class Usage Examples

Public Methods

Method Description
Add ( Image img ) : void
Clear ( ) : void
this ( int index ) : Image

Private Methods

Method Description
GetBytes ( Image img ) : byte[]
GetEnhMetaFileBits ( int hemf, int cbBuffer, byte lpbBuffer ) : int
GetImage ( byte data ) : Image

Method Details

Add() public method

public Add ( Image img ) : void
img System.Drawing.Image
return void

Clear() public method

public Clear ( ) : void
return void

this() public method

public this ( int index ) : Image
index int
return System.Drawing.Image