Vixen
02b45cc4
csharp
public enum PathFillRule

How a path decides what is inside it.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • NonZero

    Inside if a ray out of it crosses more contours one way than the other.

  • EvenOdd

    Inside if a ray out of it crosses an odd number of contours.

Used by (20)

  • BatchTestsVixen.Ui.Tests
  • DrawBatchVixen.Ui
  • DrawBatcherVixen.Ui
  • DrawCommandVixen.Ui
  • DrawContextVixen.Ui
  • EntryVixen.Ui
  • IconVixen.Ui.Controls
  • IconArtVixen.Ui.Controls
  • IconAtlasVixen.Ui
  • IconAtlasTestsVixen.Ui.Tests
  • IconPathVixen.Ui.Controls
  • PathTessellationCacheTestsVixen.Ui.Tests
  • PathTessellatorVixen.Ui
  • PathTessellatorTestsVixen.Ui.Tests
  • PathTestsVixen.Ui.Tests
  • SearchBoxVixen.Ui.Controls
  • TessellationVixen.Ui
  • TriangleVixen.Ui.Tests
  • UiGeometryTestsVixen.Ui.Tests
  • EditorIconAttributeVixen.Editor.Ui