DXRuby 1.4.6 Reference Manual
INDEX > Image > slice

Image#slice(x, y, width, height)

Description

selfの画像から、x/y/width/heightで表される部分を切り出して新たなImageオブジェクトを生成して返します。

Parameters

x Float
パーリンノイズを求めるx座標を指定します。
y Float
パーリンノイズを求めるy座標を指定します。
width Integer
横幅
height Integer
高さ

Returns

Image