Piccolo.NET

PUtil.OutCode Enumeration

Bit fields representing the various orientations with which a point can lie outside of a rectangle.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum PUtil.OutCode

Members

Member NameDescriptionValue
None The mouse is over the canvas. 0
Left The mouse is to the left of the canvas. 1
Top The mouse is above the canvas. 2
Right The mouse is to the right of the canvas. 4
Bottom The mouse is below the canvas. 8

Requirements

Namespace: UMD.HCIL.Piccolo.Util

Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)

See Also

UMD.HCIL.Piccolo.Util Namespace