# File mrplot/helpers.rb, line 116
def
Point
.
fromsize
(
size
)
Point
.
new
(
size
.
width
,
size
.
height
)
end