System::Drawing::Drawing2D::PathGradientBrush::PathGradientBrush constructor
Contents
[
Hide
]PathGradientBrush::PathGradientBrush(const ArrayPtr<Point>&, WrapMode) constructor
Constructs a new instance of PathGradientBrush class.
System::Drawing::Drawing2D::PathGradientBrush::PathGradientBrush(const ArrayPtr<Point> &points, WrapMode wrapMode=WrapMode::Clamp)
Parameter | Type | Description |
---|---|---|
points | const ArrayPtr<Point>& | An array that contains vertices of the path |
wrapMode | WrapMode | Specifies how the fills drawn by a brush represented by the object being created should be tiled |
See Also
- Typedef ArrayPtr
- Class Point
- Enum WrapMode
- Class PathGradientBrush
- Namespace System::Drawing::Drawing2D
- Library Aspose.TeX for C++
PathGradientBrush::PathGradientBrush(const ArrayPtr<PointF>&, WrapMode) constructor
RTTI information.
System::Drawing::Drawing2D::PathGradientBrush::PathGradientBrush(const ArrayPtr<PointF> &points, WrapMode wrapMode=WrapMode::Clamp)
Parameter | Type | Description |
---|---|---|
points | const ArrayPtr<PointF>& | An array that contains vertices of the path |
wrapMode | WrapMode | Specifies how the fills drawn by a brush represented by the object being created should be tiled |
Remarks
Constructs a new instance of PathGradientBrush class.
See Also
- Typedef ArrayPtr
- Class PointF
- Enum WrapMode
- Class PathGradientBrush
- Namespace System::Drawing::Drawing2D
- Library Aspose.TeX for C++
PathGradientBrush::PathGradientBrush(const SharedPtr<GraphicsPath>&) constructor
Constructs a new instance of PathGradientBrush class.
System::Drawing::Drawing2D::PathGradientBrush::PathGradientBrush(const SharedPtr<GraphicsPath> &path)
Parameter | Type | Description |
---|---|---|
path | const SharedPtr<GraphicsPath>& | A GraphicsPath object that specifies a path filled by the object being created |
See Also
- Typedef SharedPtr
- Class GraphicsPath
- Class PathGradientBrush
- Namespace System::Drawing::Drawing2D
- Library Aspose.TeX for C++