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
)
Public Shared Function CreateWriteableBitmap (
width As Integer,
height As Integer
) As WriteableBitmap
public:
static WriteableBitmap^ CreateWriteableBitmap(
int width,
int height
)
static member CreateWriteableBitmap :
width : int *
height : int -> WriteableBitmap
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