CustomLineCap::CustomLineCap(GpCustomLineCap*,Status) method (gdiplusheaders.h)
Creates a CustomLineCap::CustomLineCap object.
Syntax
void CustomLineCap(
GpCustomLineCap *nativeCapArg,
Status status
);
Parameters
nativeCapArg
status
TBD
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 |