MCPcopy Index your code
hub / github.com/processing/processing / getWidth

Method getWidth

core/src/processing/core/PShape.java:499–502  ·  view source on GitHub ↗

Get the width of the drawing area (not necessarily the shape boundary).

()

Source from the content-addressed store, hash-verified

497 * Get the width of the drawing area (not necessarily the shape boundary).
498 */
499 public float getWidth() {
500 //checkBounds();
501 return width;
502 }
503
504
505 /**

Callers 15

PImageMethod · 0.45
shrinkImageMethod · 0.45
shapeMethod · 0.45
handleSettingsMethod · 0.45
loadImageIOMethod · 0.45
flushPixelsMethod · 0.45
imageImplMethod · 0.45
textWidthImplMethod · 0.45
loadPixelsMethod · 0.45
prefWidthMethod · 0.45
startMethod · 0.45
setSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected