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

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

パラメータ

graphics
The source Graphics object.
destRectangle
A System.Drawing.Rectangle indicates the destination rectangle.
srcRectangle
A System.Drawing.Rectangle indicates the source rectangle.
例外
例外解説
Defines an exception class to handle the system error.
解説

Copy only does clipping on the destination DC.

参照

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