BitmapSourceExtensions Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Methods

  Name Description
Public methodStatic member CopyTo(BitmapSource, Texture2D) Copies a bitmap image to a texture.
Public methodStatic member CopyTo(BitmapSource, TextureCube, CubeMapFace) Copies a bitmap image to a cube map face.
Public methodStatic member CopyTo(BitmapSource, Texture2D, Int32, Nullable<Rectangle>, Int32, Int32) Copies a sub-region of bitmap to a sub-region of the texture.
Public methodStatic member CopyTo(BitmapSource, TextureCube, CubeMapFace, Int32, Nullable<Rectangle>, Int32, Int32) Copies a sub-region of bitmap to a sub-region of the cube map face.

Top