C# Class PrintablePanel, code

Inheritance: Panel
Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
GetImage ( ) : Bitmap,
PrintablePanel ( )

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs, e ) : void

Private Methods

Méthode Description
BitBlt ( IntPtr, hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr, hdcSrc, int nXSrc, int nYSrc, int dwRop ) : long

Method Details

GetImage() public méthode

public GetImage ( ) : Bitmap,
Résultat Bitmap,

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs, e ) : void
e PaintEventArgs,
Résultat void

PrintablePanel() public méthode

public PrintablePanel ( )