UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.Interfaces.ISettings.RotateEnum Class Reference

Direction/Rotation for objects commands that support rotation. More...

Inheritance diagram for LabelMaker.Interfaces.ISettings.RotateEnum:

Static Public Attributes

int NONE = 0
 
int CLOCKWISE = 1
 
int COUNTER_CLOCKWISE = 2
 
int INVERTED = 3
 

Detailed Description

Direction/Rotation for objects commands that support rotation.

  • NONE: No rotation.
  • CLOCKWISE: 90 Degrees clockwise rotation.
  • COUNTER_CLOCKWISE: 90 Degrees counter clockwise rotation (270 Degrees clockwise rotation).
  • INVERTED: 180 Degrees clockwise rotation.

Member Data Documentation

◆ CLOCKWISE

int LabelMaker.Interfaces.ISettings.RotateEnum.CLOCKWISE = 1
static

◆ COUNTER_CLOCKWISE

int LabelMaker.Interfaces.ISettings.RotateEnum.COUNTER_CLOCKWISE = 2
static

◆ INVERTED

int LabelMaker.Interfaces.ISettings.RotateEnum.INVERTED = 3
static

◆ NONE

int LabelMaker.Interfaces.ISettings.RotateEnum.NONE = 0
static

The documentation for this class was generated from the following file: