ImageToolsWriteImageIntoBitmap Method |
Writes an image into an existing writable bitmap.
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public static void WriteImageIntoBitmap(
Image image,
WriteableBitmap writableBitmap
)
Public Shared Sub WriteImageIntoBitmap (
image As Image,
writableBitmap As WriteableBitmap
)
public:
static void WriteImageIntoBitmap(
Image^ image,
WriteableBitmap^ writableBitmap
)
static member WriteImageIntoBitmap :
image : Image *
writableBitmap : WriteableBitmap -> unit
Parameters
- image
- Type: System.DrawingImage
The image to write. - writableBitmap
- Type: System.Windows.Media.ImagingWriteableBitmap
The writable bitmap.
See Also