MCPcopy Create free account
hub / github.com/cuberite/cuberite / GetWidth

Method GetWidth

Tools/BiomeVisualiser/Pixmap.h:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 void SetSize(int a_Width, int a_Height);
20
21 int GetWidth (void) const { return m_Width; }
22 int GetHeight(void) const { return m_Height; }
23
24 void SetPixel(int a_X, int a_Y, int a_Color);

Callers 2

OnPaintMethod · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected