Method: RBPDF#GetAbsX

Defined in:
lib/rbpdf.rb

#GetAbsXObject Also known as: get_abs_x

Returns the absolute X value of current position.

@return float
@access public
@since 1.2
@see

SetY(), GetX(), SetX()



5454
5455
5456
# File 'lib/rbpdf.rb', line 5454

def GetAbsX()
  return @x
end