Method: TCPDF#GetY

Defined in:
lib/tcpdf.rb

#GetYObject Also known as: get_y

Returns the ordinate of the current position.

@return float
@access public
@since 1.0
@see

SetY(), GetX(), SetX()



5019
5020
5021
# File 'lib/tcpdf.rb', line 5019

def GetY()
  return @y;
end