Static Public Attributes | List of all members
Axis Class Reference

Axis enumeration. More...

Inherits object.

Static Public Attributes

int Both = 3
 Both axes. More...
 
int NoAxis = 0
 No axis. More...
 
int X = 1
 X-axis. More...
 
int Y = 2
 Y-axis. More...
 

Detailed Description

Axis enumeration.

Member Data Documentation

◆ Both

int Both = 3
static

Both axes.

◆ NoAxis

int NoAxis = 0
static

No axis.

◆ X

int X = 1
static

X-axis.

◆ Y

int Y = 2
static

Y-axis.