Click or drag to resize

ImageToolsCreateWriteableBitmap Method

Creates a 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 WriteableBitmap CreateWriteableBitmap(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
The width of the bitmap.
height
Type: SystemInt32
The height of the bitmap.

Return Value

Type: WriteableBitmap
The created bitmap.
See Also