SvgGetSize: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
==Example== | ==Example== | ||
See the example for [[ | See the example for [[svgSetSize]]. | ||
==Requirements== | ==Requirements== |
Revision as of 18:05, 26 September 2021
Gets the underlying XML document from an SVG element.
Syntax
int, int svgGetSize( svg svgElement )
Required Arguments
- svgElement: The svg you want to get the size of.
Returns
- Returns two ints, representing width and height
Example
See the example for svgSetSize.
Requirements
This template will be deleted.
See Also