= CFormAdvanceY **825gen2** = Class for specifying a Y coordinate advance value for CFormRect == Constructors == {{{#!c++ CFormAdvanceY(void); }}} ==== Example ==== {{{#!c++ CFormAdvanceY advY; }}} == Member Functions == === SetX === Sets X coordinate {{{#!c++ void SetX(int x); }}} ==== Parameters ==== * x - X coordinate ==== Return Value ==== Function does not return a value. === SetY === Sets Y coordinate {{{#!c++ void SetY(int y); }}} ==== Parameters ==== * y - Y coordinate ==== Return Value ==== Function does not return a value. === !SetWidth === Sets width of the rectangle {{{#!c++ void SetWidth(int width); }}}