Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic lists the constructors of the GraphicsPath class. For a complete class listing, see GraphicsPath Class.
Overload list
Constructor | Description |
---|---|
GraphicsPath(FillMode) | Creates a GraphicsPath::GraphicsPath object and initializes the fill mode. This is the default constructor. |
GraphicsPath(Point*,BYTE*,INT,FillMode) | Creates a GraphicsPath::GraphicsPath object based on an array of points, an array of types, and a fill mode. |
GraphicsPath(PointF*,BYTE*,INT,FillMode) | Creates a GraphicsPath::GraphicsPath object based on an array of points, an array of types, and a fill mode. |
Syntax
void GraphicsPath(
const GraphicsPath & path
);
Parameters
path
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | gdipluspath.h |