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
)
Public Shared Function LoadGdiImage (
buffer As Byte()
) As Image
public:
static Image^ LoadGdiImage(
array<unsigned char>^ buffer
)
static member LoadGdiImage :
buffer : byte[] -> Image
Parameters
- buffer
- Type: SystemByte
The byte array containing the image.
Return Value
Type:
Image The image loaded.
See Also