C# Class TpTrayUtility.Components.GDI32

Afficher le fichier Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Méthodes publiques

Méthode Description
DrawControlToBitMap ( Control srcControl, Bitmap destBitmap, Rectangle destBounds ) : void

Private Methods

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

Method Details

DrawControlToBitMap() public static méthode

public static DrawControlToBitMap ( Control srcControl, Bitmap destBitmap, Rectangle destBounds ) : void
srcControl System.Windows.Forms.Control
destBitmap System.Drawing.Bitmap
destBounds System.Drawing.Rectangle
Résultat void