Skip to content

ClipMode

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Determines how content that exceeds bounds is handled.

csharp
public enum ClipMode

Fields

Clip

Content that exceeds bounds is not rendered.

Returns: ClipMode

csharp
Clip = 0

Overflow

Content is allowed to overflow (no clipping).

Returns: ClipMode

csharp
Overflow = 1

Released under the MIT License.