public final class PathSegment extends java.lang.Object implements IPathSegment
Represents segment of graphics path of GeometryShape
| Modifier and Type | Method and Description |
|---|---|
byte |
getPathCommand()
Path type of the segment
|
float[] |
getSegmentData()
Path data of the segment
|
public final float[] getSegmentData()
Path data of the segment
getSegmentData in interface IPathSegmentpublic final byte getPathCommand()
Path type of the segment
getPathCommand in interface IPathSegmentCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.