EmfPlusPathPointTypeFlags

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfPlusPathPointTypeFlags extends System.Enum

Les indicateurs PathPointType spécifient les propriétés de type des points sur les chemins graphiques. Ces indicateurs peuvent être combinés pour spécifier plusieurs options.


Les chemins graphiques sont spécifiés par les objets EmfPlusPath.

Champs

ChampDescription
PathPointTypeDashModeSpécifie qu’un segment de ligne qui passe par le point est en pointillés.
PathPointTypePathMarkerSpécifie que le point est un marqueur de position.
PathPointTypeCloseSubpathSpécifie que le point est le point final d’un sous-chemin.

PathPointTypeDashMode

public static final int PathPointTypeDashMode

Spécifie qu’un segment de ligne qui passe par le point est en pointillés.

PathPointTypePathMarker

public static final int PathPointTypePathMarker

Spécifie que le point est un marqueur de position.

PathPointTypeCloseSubpath

public static final int PathPointTypeCloseSubpath

Spécifie que le point est le point final d’un sous-chemin.