ImageExtensionsWriteImage Method

CVB.Net Documentation
Overload List

  NameDescription
Public methodStatic memberWriteImage(WriteableBitmap, Image, HighBitScaleMode)
Copies the Image pixel data.
Public methodStatic memberWriteImage(WriteableBitmap, Image, Rect, HighBitScaleMode)
Copies the pixel data from the given sourceRect of the Imageimg.
Public methodStatic memberWriteImage(WriteableBitmap, Image, Int32Rect, HighBitScaleMode)
Copies the pixel data from the given sourceRect of the Imageimg.
Public methodStatic memberWriteImage(WriteableBitmap, Image, Rect, Rect, HighBitScaleMode)
Copies the pixel data from the given sourceRect of the Imageimg.
Public methodStatic memberWriteImage(WriteableBitmap, Image, Int32Rect, Int32Rect, HighBitScaleMode)
Copies the pixel data from the given sourceRect of the Imageimg.
Top
See Also

Reference