[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Represents element used to create and load SVG documents. [Property] FileName=Sets the file name of the SVG document by default. ARG(string)|2| [Methods] doOpen=Opens the SVG document at the specified path and loads the SVG contents. ARG(string filename)|1|0 doDraw=Renders the SVG document and returns the image as a Bitmap. ARG()|1|0 *doDraw2=Renders the SVG document to the specified Graphics. ARG(Graphics graphics)|1|0 *doDraw3=Renders the SVG document into a given Bitmap. ARG(Bitmap bitmap)|1|0 *doExternalCSSHref=Sets an external Cascading Style Sheet (CSS). ARG(string)|1|0 *doPpi=Sets the Pixels Per Inch of the rendered image. ARG(int)|1|0 *doScale=Scales the SVG document. ARG(float scale)|1|0 onDraw=Occurs after invoke method doDraw and returns the Bitmap. ARG(Bitmap)|2|10 *onClick=Occurs when the element is clicked. ARG(MouseArg)|2|0 *onMouseDown=Occurs when the mouse pointer is over the element and a mouse button is pressed. ARG(MouseArg)|2|0 *onMouseMove=Occurs when the mouse pointer is moved over the element. ARG(MouseArg)|2|0 *onMouseOut=Occurs when the mouse pointer leaves the element. ARG(MouseArg)|2|0 *onMouseOver=Occurs when the mouse pointer rests on the element. ARG(MouseArg)|2|0 *onMouseScroll=Occurs when the mouse wheel moves while the element has focus. ARG(MouseArg)|2|0 *onMouseUp=Occurs when the mouse pointer is over the element and a mouse button is released. ARG(MouseArg)|2|0 SvgDocument=Returns the SVG document. ARG(SvgDocument)|3|0 *ExternalCSSHref=Returns an external Cascading Style Sheet (CSS). ARG(string)|3|2 *Ppi=Returns the Pixels Per Inch of the rendered image. ARG(int)|3|1 FileName=Defines the file name to load SVG document. ARG(string)|4|2 *bitmap=Defines the Bitmap to draw SVG document. ARG(Bitmap)|4|10 *graphics=Defines the Graphics to draw SVG document. ARG(Graphics)|4|0 *scale=Defines a value to scale the SVG document. ARG(float)|4|107