GraphicsPath::GraphicsPath(FillMode) method (gdipluspath.h)
Creates a GraphicsPath::GraphicsPath object and initializes the fill mode. This is the default constructor.
Syntax
void GraphicsPath(
[in] FillMode fillMode
);
Parameters
[in] fillMode
Type: FillMode
Optional. Element of the FillMode enumeration that specifies how areas are filled if the path intersects itself. The default value is FillModeAlternate
.
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 | gdipluspath.h (include Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |