Click or drag to resize

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
)

Parameters

image
Type: System.DrawingImage
The image to write.
writableBitmap
Type: System.Windows.Media.ImagingWriteableBitmap
The writable bitmap.
See Also