public final class PathPointType
extends com.aspose.ms.System.Enum
Specifies the type of point in a GraphicsPath object.
| Modifier and Type | Field and Description |
|---|---|
static int |
Bezier
A default Bézier curve.
|
static int |
Bezier3
A cubic Bézier curve.
|
static int |
CloseSubpath
The endpoint of a subpath.
|
static int |
DashMode
The corresponding segment is dashed.
|
static int |
Line
A line segment.
|
static int |
PathMarker
A path marker.
|
static int |
PathTypeMask
A mask point.
|
static int |
Start
The starting point of a
GraphicsPath object. |
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int Start
The starting point of a GraphicsPath object.
public static final int Line
A line segment.
public static final int Bezier
A default Bézier curve.
public static final int PathTypeMask
A mask point.
public static final int DashMode
The corresponding segment is dashed.
public static final int PathMarker
A path marker.
public static final int CloseSubpath
The endpoint of a subpath.
public static final int Bezier3
A cubic Bézier curve.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.