Device.CopyRects Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Copies one or more Rectangle objects to a Surface at a specified point.
Overload List
Name | Description | |
---|---|---|
CopyRects(Surface, Rectangle, Surface, Point) | Copies a Rectangle to a Surface at a specified point. | |
CopyRects(Surface, array<Rectangle[], Surface, array<Point[]) | Copies an array of Rectangle objects to a Surface at a specified point. |
Top