-
Home
-
API
-
ProCad.Rendering
-
RenderLoopFillMode
RenderLoopFillMode Enum
Definition
Describes how loop collections are interpreted for fills and hit testing.
public enum RenderLoopFillMode
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Fields (4)
EvenOddOdd parity (even-odd) fill rule.
IgnoreIgnore holes and treat all loops as filled.
OuterUse only the outermost loops (ignore holes).