CustomLineCap::CustomLineCap(constCustomLineCap&) method (gdiplusheaders.h)
Copy constructor for CustomLineCap.
Syntax
void CustomLineCap(
const CustomLineCap & unnamedParam1
);
Parameters
unnamedParam1
The object to copy into this object.
Return value
None
Remarks
The fillPath and strokePath parameters cannot be used at the same time. You should pass NULL to one of those two parameters. If you pass nonnull values to both parameters, then fillPath is ignored.
The CustomLineCap::CustomLineCap class uses the winding fill mode regardless of the fill mode that is set for the GraphicsPath object passed to the CustomLineCap::CustomLineCap constructor.
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 | gdiplusheaders.h (include Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |