struct PathFillType
in global :: Sandbox . Utility . Svg
How to determine which sections of the path are filled.
public static PathFillType Winding
Clockwise paths are filled, counter-clockwise are empty.
public static PathFillType EvenOdd
Regions that are enclosed by an odd number of paths are filled, other regions are empty.
public bool HasFlag( Enum flag )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public int CompareTo( object target )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public string ToString( string format )
😔 No documentation found.
public string ToString( IFormatProvider provider )
😔 No documentation found.
public string ToString( string format, IFormatProvider provider )
😔 No documentation found.
public TypeCode GetTypeCode( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public int value__
😔 No documentation found.