Language Reference » Misc functions » getWidth
|
|
Latest updates
Toolbox
Google AdSense
|
getWidth- Return the width of your pChart object This function returns the width in pixels of your Pchart object. It is used internally by drawing functions. Calling this function
getWidth(); No parameters are required for this function. Sample script /* Create your pChart object */ $myPicture = new pImage(700,230); /* Return the angle made by this line and the horizontal axis */ echo $myPicture->getWidth(); This will print 700.
© Copyrights
Components used on this web site : Famfamfam icons has been made by Mark James, Rounded corners lite has been coded by Cameron Cooke and Tim Hutchison, SyntaxHighlighter has
been written by Alex Gorbatchev. pChart and this web site have been created by Jean-Damien POGOLOTTI. This documentation contains 185 pages and 56 comments. 415 users have registered.
This page has been rendered in 0,01 seconds. Wiki revision 1.37.
|