BitmapContent.Copy Method
Copies one bitmap to another.
The destination bitmap can be in any format and size. If the destination is larger or smaller, the source bitmap is scaled accordingly.
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