TrimPathMethod

Description

Chooses a method to trim a path.

Values of this enumeration:

  • PointToPoint - The outside part of the path is entirely discarded.
  • AlongBoundary - The outside part of the path goes along the figure boundary.

namespace TrimPathMethod
{
	enum Type
	{
		PointToPoint,
		AlongBoundary
	};
}