A size object, in pixel space
[Source]
# File lib/gm_plugin/point.rb, line 29 29: def create 30: "new GSize(#{width},#{height})" 31: end
[Validate]