PathGradientBrush.PathGradientBrush
Contents
[
Hide
]PathGradientBrush(PointF[])
Initializes a new instance of the PathGradientBrush
class with the specified points.
public PathGradientBrush(PointF[] pathPoints)
Parameter | Type | Description |
---|---|---|
pathPoints | PointF[] | An array of PointF structures that represents the points that make up the vertices of the path. |
See Also
- struct PointF
- class PathGradientBrush
- namespace Aspose.Imaging.Brushes
- assembly Aspose.Imaging
PathGradientBrush(PointF[], WrapMode)
Initializes a new instance of the PathGradientBrush
class with the specified points and wrap mode.
public PathGradientBrush(PointF[] pathPoints, WrapMode wrapMode)
Parameter | Type | Description |
---|---|---|
pathPoints | PointF[] | An array of PointF structures that represents the points that make up the vertices of the path. |
wrapMode | WrapMode | A WrapMode that specifies how fills drawn with this PathGradientBrush are tiled. |
See Also
- struct PointF
- enum WrapMode
- class PathGradientBrush
- namespace Aspose.Imaging.Brushes
- assembly Aspose.Imaging
PathGradientBrush(Point[])
Initializes a new instance of the PathGradientBrush
class with the specified points.
public PathGradientBrush(Point[] pathPoints)
Parameter | Type | Description |
---|---|---|
pathPoints | Point[] | An array of Point structures that represents the points that make up the vertices of the path. |
See Also
- struct Point
- class PathGradientBrush
- namespace Aspose.Imaging.Brushes
- assembly Aspose.Imaging
PathGradientBrush(Point[], WrapMode)
Initializes a new instance of the PathGradientBrush
class with the specified points and wrap mode.
public PathGradientBrush(Point[] pathPoints, WrapMode wrapMode)
Parameter | Type | Description |
---|---|---|
pathPoints | Point[] | An array of Point structures that represents the points that make up the vertices of the path. |
wrapMode | WrapMode | A WrapMode that specifies how fills drawn with this PathGradientBrush are tiled. |
See Also
- struct Point
- enum WrapMode
- class PathGradientBrush
- namespace Aspose.Imaging.Brushes
- assembly Aspose.Imaging
PathGradientBrush(GraphicsPath)
Initializes a new instance of the PathGradientBrush
class with the specified path.
public PathGradientBrush(GraphicsPath path)
Parameter | Type | Description |
---|---|---|
path | GraphicsPath | The GraphicsPath that defines the area filled by this PathGradientBrush . |
See Also
- class GraphicsPath
- class PathGradientBrush
- namespace Aspose.Imaging.Brushes
- assembly Aspose.Imaging