'宣言 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.