Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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(
GpPath *nativePath
);
Parameters
nativePath
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | gdipluspath.h |