Image::Image(constImage&) 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(
  const Image & C
);

Parameters

C

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header gdiplusheaders.h