BitmapSourceExtensions.CopyTo Method (BitmapSource, TextureCube, CubeMapFace, Int32, Nullable<Rectangle>, Int32, Int32)
Silverlight
Copies a sub-region of bitmap to a sub-region of the cube map face.
Namespace: System.Windows.Media.Imaging
Assembly: System.Windows.Xna (in System.Windows.Xna.dll)
public static void CopyTo( this BitmapSource bitmap, TextureCube dest, CubeMapFace cubeMapFace, int level, Nullable<Rectangle> srcRect, int destX, int destY )
Parameters
- bitmap
- Type: System.Windows.Media.Imaging.BitmapSource
The bitmap image object.
- dest
- Type: Microsoft.Xna.Framework.Graphics.TextureCube
The texture.
- cubeMapFace
- Type: Microsoft.Xna.Framework.Graphics.CubeMapFace
- level
- Type: System.Int32
Mipmap level.
- srcRect
- Type: System.Nullable<Rectangle>
The region of the bitmap image to use.
- destX
- Type: System.Int32
The x-coordinate of the position of the to copy the sub-region of the bitmap to.
- destY
- Type: System.Int32
The y-coordinate of the position of the texture to copy the sub-region of the bitmap to.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type BitmapSource. When you use instance method syntax to call this method, omit the first parameter.For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.