Click or drag to resize

ImageToolsLoadGdiImage Method

Loads an image from a byte array using GDI.

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 Image LoadGdiImage(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
The byte array containing the image.

Return Value

Type: Image
The image loaded.
See Also