The Figure Position property allows for easy positioning of your Figure on any Display device and in various screen positions on that display.    


Fig.Position([ "Display" ]) = ePosition


Display:    (String)  Optional Default: "Main".  The Display names much match the Displays as defined in the configuration.

ePosition: (Byte)  Enumerated:  FullScreen, LeftHalf, RightHalf, UpperHalf, LowerHalf, UpperLeftQuad, UpperRightQuad, LowerLeftQuad, UpperRightQuad

         (can be set in the Default Configuration)


Public Enum ePosition

    FullSceen = 0

    LeftHalf = 1

    RightHalf = 2

    UpperHalf = 3

    LowerHalf = 4

    UpperLeftQuad = 5

    UpperRightQuad = 6

    LowerLeftQuad = 7

    LowerRightQuad = 8

End Enum