Click or drag to resize

RectClip64Location Enumeration

Identifies the location of a point relative to the clipping rectangle.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected enum Location
Members
Member nameValueDescription
left0 The point lies on or beyond the left side of the rectangle.
top1 The point lies on or beyond the top side of the rectangle.
right2 The point lies on or beyond the right side of the rectangle.
bottom3 The point lies on or beyond the bottom side of the rectangle.
inside4 The point lies inside the rectangle.

The RectClip64Location type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also