'Declaration
Public Overloads Sub Copy( _ ByVal graphics As Graphics, _ ByVal destRectangle As Rectangle, _ ByVal srcRectangle As Rectangle _ )
public void Copy( Graphics graphics, Rectangle destRectangle, Rectangle srcRectangle )
Parameters
- graphics
- The source Graphics object.
- destRectangle
- A System.Drawing.Rectangle indicates the destination rectangle.
- srcRectangle
- A System.Drawing.Rectangle indicates the source rectangle.