[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Graphics Info=Creates a new Graphics from the specified handle [Property] Constructor=Sets the Constructor which to create the new Graphics. ARG(enum)|14|0|None,Constructor,Constructor2,Constructor3,Constructor4 Name=Sets the name of the component. ARG(string)|2| Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doConstructor=Creates a new Graphics from the specified handle to a device context. ARG(IntPtr handle)|1|0 *doConstructor2=Creates a new Graphics from the specified handle to a device context and handle to a device. ARG(IntPtr handle, IntPtr hdevice)|1|0 *doConstructor3=Creates a new Graphics from the specified handle to a window. ARG(IntPtr handle)|1|0 *doConstructor4=Creates a new Graphics from the specified Image. ARG(Image image)|1|0 onGraphics=Occurs after invoke the method doFromXXXX and returns the result. ARG(Graphics)|2|0 Graphics=Returns the Graphics object. ARG(Graphics)|3|0 Handle=Defines a handle to a device context or a window. ARG(IntPtr)|4|0 Hdevice=Defines a handle to a device. ARG(IntPtr)|4|0 Image=Defines an Image from which to create the new Graphics. ARG(Image)|4|11