MCPcopy Index your code
hub / github.com/gopherdata/gophernotes / Bounds

Method Bounds

x_package.go:184–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 return P.At_(P.Object, x, y)
183}
184func (P *proxy_image_Image) Bounds() image.Rectangle {
185 return P.Bounds_(P.Object)
186}
187func (P *proxy_image_Image) ColorModel() color.Model {
188 return P.ColorModel_(P.Object)
189}

Callers 1

imageMetadataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected