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 As Graphics, _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Drawing.Point _
)
public void Copy(
Graphics ,
System.Drawing.Rectangle ,
System.Drawing.Point
)
パラメータ
- graphics
- A Graphics indicate the source Graphics object
- destRectangle
- A System.Drawing.Rectangle indicates the destination rectangle.
- srcPoint
- A System.Drawing.Point indicates the upper-left corner of source rectangle. The width and height of source rectangle are same as the destination rectangle.
例外
参照