PathSegment
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IPathSegment
public final class PathSegment implements IPathSegment
Represents segment of graphics path of GeometryShape
Methods
Method | Description |
---|---|
getSegmentData() | Path data of the segment |
getPathCommand() | Path type of the segment |
getSegmentData()
public final float[] getSegmentData()
Path data of the segment
Returns: float[]
getPathCommand()
public final byte getPathCommand()
Path type of the segment
Returns: byte