Updated Cheat Sheet (markdown)

Hajime Hoshi 2019-03-04 23:53:36 +09:00
parent 4b69bc68be
commit e7d1467556

@ -157,8 +157,6 @@ func (i *Image) Size() (width, height int)
func (i *Image) SubImage(r image.Rectangle) image.Image
```
(This function was introduced at Ebiten 1.9.0-alpha)
`SubImage` returns an image representing the portion of the image p visible through r. The returned value shares pixels with the original image.
The returned value is always `*ebiten.Image`.