PYTHON_METHOD(ptDynamicMap,drawText,"Params: x,y,text\nDraw text at a specified location\n"
PYTHON_METHOD(ptDynamicMap,drawText,"Params: x,y,text\nDraw text at a specified location\n"
"- x,y is the point to start drawing the text\n"
"- x,y is the point to start drawing the text\n"
"- 'text' is a string of the text to be drawn"),
"- 'text' is a string of the text to be drawn"),
PYTHON_METHOD(ptDynamicMap,drawTextW,"Params: x,y,text\nUnicode version of drawText"),
PYTHON_METHOD(ptDynamicMap,drawImage,"Params: x,y,image,respectAlphaFlag\nDraws a ptImage object on the dynamicTextmap starting at the location x,y"),
PYTHON_METHOD(ptDynamicMap,drawImage,"Params: x,y,image,respectAlphaFlag\nDraws a ptImage object on the dynamicTextmap starting at the location x,y"),
PYTHON_METHOD(ptDynamicMap,drawImageClipped,"Params: x,y,image,cx,cy,cw,ch,respectAlphaFlag\nDraws a ptImage object clipped to cx,cy with cw(width),ch(height)"),
PYTHON_METHOD(ptDynamicMap,drawImageClipped,"Params: x,y,image,cx,cy,cw,ch,respectAlphaFlag\nDraws a ptImage object clipped to cx,cy with cw(width),ch(height)"),
PYTHON_METHOD_NOARGS(ptDynamicMap,getWidth,"Returns the width of the dynamicTextmap"),
PYTHON_METHOD_NOARGS(ptDynamicMap,getWidth,"Returns the width of the dynamicTextmap"),