CalendarView for WinForms
Copy(DeviceContext,Rectangle,Rectangle,RasterOperationCode) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス > Copy メソッド : Copy(DeviceContext,Rectangle,Rectangle,RasterOperationCode) メソッド
The source DeviceContext object.
A System.Drawing.Rectangle indicates the destination rectangle.
A System.Drawing.Rectangle indicates the source rectangle.
A RasterOperationCode indicates the raster operation code.
Performs a bit-block transfer of the color data corresponding to a rectangle of pixels from the specified source DeviceContext object into a destination DeviceContext object.
シンタックス
'宣言
 
Public Overloads Overridable Sub Copy( _
   ByVal deviceContext As DeviceContext, _
   ByVal destRectangle As System.Drawing.Rectangle, _
   ByVal srcRectangle As System.Drawing.Rectangle, _
   ByVal rop As RasterOperationCode _
) 
public virtual void Copy( 
   DeviceContext deviceContext,
   System.Drawing.Rectangle destRectangle,
   System.Drawing.Rectangle srcRectangle,
   RasterOperationCode rop
)

パラメータ

deviceContext
The source DeviceContext object.
destRectangle
A System.Drawing.Rectangle indicates the destination rectangle.
srcRectangle
A System.Drawing.Rectangle indicates the source rectangle.
rop
A RasterOperationCode indicates the raster operation code.
例外
例外解説
Defines an exception class to handle the system error.
解説

Copy only does clipping on the destination DC.

参照

DeviceContext クラス
DeviceContext メンバ
オーバーロード一覧