fm.liveswitch.LayoutOrigin Enum Reference

A layout origin definition. More...

Public Member Functions

 LayoutOrigin (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static LayoutOrigin getByAssignedValue (int value)
 

Public Attributes

 TopLeft =(1)
 Indicates an origin where 0,0 is in the top-left corner. More...
 
 TopRight =(2)
 Indicates an origin where 0,0 is in the top-right corner. More...
 
 BottomRight =(3)
 Indicates an origin where 0,0 is in the bottom-right corner. More...
 
 BottomLeft =(4)
 Indicates an origin where 0,0 is in the bottom-left corner. More...
 

Detailed Description

A layout origin definition.

Constructor & Destructor Documentation

◆ LayoutOrigin()

fm.liveswitch.LayoutOrigin.LayoutOrigin ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.LayoutOrigin.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.LayoutOrigin.getAssignedValue ( )

◆ getByAssignedValue()

static LayoutOrigin fm.liveswitch.LayoutOrigin.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ BottomLeft

fm.liveswitch.LayoutOrigin.BottomLeft =(4)

Indicates an origin where 0,0 is in the bottom-left corner.

◆ BottomRight

fm.liveswitch.LayoutOrigin.BottomRight =(3)

Indicates an origin where 0,0 is in the bottom-right corner.

◆ TopLeft

fm.liveswitch.LayoutOrigin.TopLeft =(1)

Indicates an origin where 0,0 is in the top-left corner.

◆ TopRight

fm.liveswitch.LayoutOrigin.TopRight =(2)

Indicates an origin where 0,0 is in the top-right corner.