HatchBrush::HatchBrush(constHatchBrush&) method (gdiplusbrush.h)

Copy constructor for HatchBrush.

Syntax

void HatchBrush(
  const HatchBrush & unnamedParam1
);

Parameters

unnamedParam1

The HatchBrush object to copy into this object.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header gdiplusbrush.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

Brushes and Filled Shapes

Color

HatchBrush

HatchStyle

Using a Brush to Fill Shapes