Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
TpTrayUtility
Components
GDI32
C# 클래스 TpTrayUtility.Components.GDI32
파일 보기
프로젝트 열기: TargetProcess/Tp.TrayUtility
1 사용 예제들
공개 메소드들
메소드
설명
DrawControlToBitMap
(
Control
srcControl
,
Bitmap
destBitmap
,
Rectangle
destBounds
) :
void
비공개 메소드들
메소드
설명
BitBlt
(
IntPtr
hdcDest
,
int
nXDest
,
int
nYDest
,
int
nWidth
,
int
nHeight
,
IntPtr
hdcSrc
,
int
nXSrc
,
int
nYSrc
,
TernaryRasterOperations
dwRop
) :
int
메소드 상세
DrawControlToBitMap()
공개
정적인
메소드
public
static
DrawControlToBitMap
(
Control
srcControl
,
Bitmap
destBitmap
,
Rectangle
destBounds
) :
void
srcControl
System.Windows.Forms.Control
destBitmap
System.Drawing.Bitmap
destBounds
System.Drawing.Rectangle
리턴
void