MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / GetWidth

Method GetWidth

scintilla/src/XPM.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 void Draw(Surface *surface, PRectangle &rc);
36 int GetHeight() const { return height; }
37 int GetWidth() const { return width; }
38 void PixelAt(int x, int y, ColourDesired &colour, bool &transparent) const;
39private:
40 static std::vector<const char *>LinesFormFromTextForm(const char *textForm);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected