Method: Processing::GraphicsContext#width

Defined in:
lib/processing/graphics_context.rb

#widthNumeric

Returns the width of the graphics object.



580
581
582
# File 'lib/processing/graphics_context.rb', line 580

def width()
  getInternal__.width
end