Table of Contents

Enum EmfPlusPathPointTypeFlags

Namespace
Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly
Aspose.Imaging.dll

The PathPointType flags specify type properties of points on graphics paths. These flags can be combined to specify multiple options.

[Flags]
public enum EmfPlusPathPointTypeFlags

Fields

PathPointTypeCloseSubpath = 8

Specifies that the point is the endpoint of a subpath.

PathPointTypeDashMode = 1

Specifies that a line segment that passes through the point is dashed.

PathPointTypePathMarker = 2

Specifies that the point is a position marker.

Remarks

Graphics paths are specified by EmfPlusPath objects.