PathMulticolorGradientBrush
Contents
[
Hide
]
PathMulticolorGradientBrush constructor (1 of 5)
Initializes a new instance of the PathMulticolorGradientBrush
class with the specified points.
public PathMulticolorGradientBrush(PointF[] points)
Parameter | Type | Description |
---|---|---|
points | PointF[] | An array of PointF structures that represents the points that make up the vertices of the path. |
See Also
- struct PointF
- class PathMulticolorGradientBrush
- namespace Aspose.PSD.Brushes
- assembly Aspose.PSD
PathMulticolorGradientBrush constructor (2 of 5)
Initializes a new instance of the PathMulticolorGradientBrush
class with the specified points and wrap mode.
public PathMulticolorGradientBrush(PointF[] points, WrapMode wrapMode)
Parameter | Type | Description |
---|---|---|
points | 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 PathMulticolorGradientBrush are tiled. |
See Also
- struct PointF
- enum WrapMode
- class PathMulticolorGradientBrush
- namespace Aspose.PSD.Brushes
- assembly Aspose.PSD
PathMulticolorGradientBrush constructor (3 of 5)
Initializes a new instance of the PathMulticolorGradientBrush
class with the specified points.
public PathMulticolorGradientBrush(Point[] points)
Parameter | Type | Description |
---|---|---|
points | Point[] | An array of Point structures that represents the points that make up the vertices of the path. |
See Also
- struct Point
- class PathMulticolorGradientBrush
- namespace Aspose.PSD.Brushes
- assembly Aspose.PSD
PathMulticolorGradientBrush constructor (4 of 5)
Initializes a new instance of the PathMulticolorGradientBrush
class with the specified points and wrap mode.
public PathMulticolorGradientBrush(Point[] points, WrapMode wrapMode)
Parameter | Type | Description |
---|---|---|
points | 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 PathMulticolorGradientBrush are tiled. |
See Also
- struct Point
- enum WrapMode
- class PathMulticolorGradientBrush
- namespace Aspose.PSD.Brushes
- assembly Aspose.PSD
PathMulticolorGradientBrush constructor (5 of 5)
Initializes a new instance of the PathMulticolorGradientBrush
class with the specified path.
public PathMulticolorGradientBrush(GraphicsPath path)
Parameter | Type | Description |
---|---|---|
path | GraphicsPath | The GraphicsPath that defines the area filled by this PathMulticolorGradientBrush . |
See Also
- class GraphicsPath
- class PathMulticolorGradientBrush
- namespace Aspose.PSD.Brushes
- assembly Aspose.PSD