Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
TpTrayUtility
Components
GDI32
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