PathSegment

Overview

PathSegment is a class in Aspose.PDF FOSS for .NET.

Represents a segment of a path.

This class provides 1 method for working with PathSegment objects in .NET programs. Available methods include: PathSegment. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Points, Type.

Properties

NameTypeAccessDescription
TypePathOperationTypeReadThe operation type.
Pointsdouble[]ReadPoint coordinates (x,y pairs).

Methods

SignatureDescription
PathSegment(type: PathOperationType, points: double[])Calls PathSegment on this PathSegment instance.

See Also