public final class EmfPlusPathPointTypeFlags
extends com.aspose.ms.System.Enum
The PathPointType flags specify type properties of points on graphics paths. These flags can be combined to specify multiple options.
EmfPlusPath objects.
| Modifier and Type | Field and Description |
|---|---|
static int |
PathPointTypeCloseSubpath
Specifies that the point is the endpoint of a subpath.
|
static int |
PathPointTypeDashMode
Specifies that a line segment that passes through the point is dashed.
|
static int |
PathPointTypePathMarker
Specifies that the point is a position marker.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int PathPointTypeDashMode
Specifies that a line segment that passes through the point is dashed.
public static final int PathPointTypePathMarker
Specifies that the point is a position marker.
public static final int PathPointTypeCloseSubpath
Specifies that the point is the endpoint of a subpath.
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.