BitmapSourceExtensions Class
Silverlight
Provides extension methods for the BitmapSource class to support 3D graphic texture creation.
Namespace: System.Windows.Media.Imaging
Assembly: System.Windows.Xna (in System.Windows.Xna.dll)
| Name | Description | |
|---|---|---|
|
CopyTo(BitmapSource, Texture2D) | Copies a bitmap image to a texture. |
|
CopyTo(BitmapSource, TextureCube, CubeMapFace) | Copies a bitmap image to a cube map face. |
|
CopyTo(BitmapSource, Texture2D, Int32, Nullable<Rectangle>, Int32, Int32) | Copies a sub-region of bitmap to a sub-region of the texture. |
|
CopyTo(BitmapSource, TextureCube, CubeMapFace, Int32, Nullable<Rectangle>, Int32, Int32) | Copies a sub-region of bitmap to a sub-region of the cube map face. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.