ExtractedPath
Overview
ExtractedPath is a class in Aspose.PDF FOSS for .NET.
Represents a complete path with its painting mode and color.
This class provides 1 method for working with ExtractedPath objects in .NET programs.
Available methods include: ExtractedPath.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Bounds, FillColor, LineWidth, PaintMode, Segments, StrokeColor.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Segments | IReadOnlyList<PathSegment> | Read | The path segments. |
PaintMode | PathPaintMode | Read | How this path is painted. |
StrokeColor | double[] | Read | Stroke color (RGB, 3 values). |
FillColor | double[] | Read | Fill color (RGB, 3 values). |
LineWidth | double | Read | Line width in points. |
Bounds | Rectangle | Read | Bounding rectangle of the path. |
Methods
| Signature | Description |
|---|---|
ExtractedPath(segments: IReadOnlyList<PathSegment>, paintMode: PathPaintMode, strokeColor: double[], fillColor: double[], lineWidth: double) | Calls ExtractedPath on this ExtractedPath instance. |