Table of Contents

Enum ClipOperation

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Enumerates the logical operations that can be performed when combining two regions.

public enum ClipOperation

Fields

Difference = 0

Subtracts the op region from the first region.

Intersect = 1

Intersects the two regions.