Ribbon for WinForms
BitBlt メソッド (Win32)

C1.Win.4.8 アセンブリ > C1.Util.Win 名前空間 > Win32 クラス : BitBlt メソッド
シンタックス
'宣言
 
Public Shared Function BitBlt( _
   ByVal hdcDest As IntPtr, _
   ByVal nXDest As Integer, _
   ByVal nYDest As Integer, _
   ByVal nWidth As Integer, _
   ByVal nHeight As Integer, _
   ByVal hdcSrc As IntPtr, _
   ByVal nXSrc As Integer, _
   ByVal nYSrc As Integer, _
   ByVal dwRop As UInteger _
) As Boolean
public static bool BitBlt( 
   IntPtr hdcDest,
   int nXDest,
   int nYDest,
   int nWidth,
   int nHeight,
   IntPtr hdcSrc,
   int nXSrc,
   int nYSrc,
   uint dwRop
)

パラメータ

hdcDest
nXDest
nYDest
nWidth
nHeight
hdcSrc
nXSrc
nYSrc
dwRop
参照

Win32 クラス
Win32 メンバ