ExtractedPath

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

NameTypeAccessDescription
SegmentsIReadOnlyList<PathSegment>ReadThe path segments.
PaintModePathPaintModeReadHow this path is painted.
StrokeColordouble[]ReadStroke color (RGB, 3 values).
FillColordouble[]ReadFill color (RGB, 3 values).
LineWidthdoubleReadLine width in points.
BoundsRectangleReadBounding rectangle of the path.

Methods

SignatureDescription
ExtractedPath(segments: IReadOnlyList<PathSegment>, paintMode: PathPaintMode, strokeColor: double[], fillColor: double[], lineWidth: double)Calls ExtractedPath on this ExtractedPath instance.

See Also