Image::Image(GpImage*,Status) method (gdiplusheaders.h)

This topic lists the constructors of the Image class. For a complete class listing, see Image Class.

Overload list

Constructor Description
Image(WCHAR*,BOOL) Creates an Image::Image object based on a file.
Image(IStream*,BOOL) Creates an Image::Image object based on a stream.

Syntax

void Image(
  GpImage *nativeImage,
  Status  status
);

Parameters

nativeImage

status

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header gdiplusheaders.h