MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / size

Method size

src/graphics.rs:279–282  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

277 }
278
279 fn size(&self) -> (i32, i32) {
280 let (width, height) = self.size();
281 (width as i32, height as i32)
282 }
283}
284
285impl Target for Canvas {

Callers 1

drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected