Api Sandbox Utility Svg PathFillType
enum

PathFillType

public sealed enum PathFillType : Enum

How to determine which sections of the path are filled.

Enum Values

Name Value Description
Winding Clockwise paths are filled, counter-clockwise are empty.
EvenOdd Regions that are enclosed by an odd number of paths are filled, other regions are empty.
Assembly: Sandbox.Engine Namespace: Sandbox.Utility.Svg Full Name: Sandbox.Utility.Svg.PathFillType