BitmapContent.Copy Method
Copies one bitmap to another.
The destination bitmap must be the same size or larger than the source but can be in any format.
Overload List
Name | Description |
---|---|
BitmapContent.Copy (BitmapContent, BitmapContent) | Copies one bitmap into another. |
BitmapContent.Copy (BitmapContent, Rectangle, BitmapContent, Rectangle) | Copies one bitmap into another. |
See Also
Reference
BitmapContent Class
BitmapContent Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace