[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Represents the internal data of a graphics container. This class is used when saving the state of a Graphics object using the BeginContainer and EndContainer methods. [Property] Graphics=Sets the Graphics. ARG(Graphics)|20|(empty)|Graphics Unit=Sets a member of the GraphicsUnit enumeration that specifies the unit of measure for the container. ARG(GraphicsUnit)|20|(empty)|GraphicsUnit [Methods] doBeginContainer=Saves a graphics container with the current state of this Graphics and opens and uses a new graphics container. ARG(Graphics graphics)|1|0 doEndContainer=Closes the current graphics container and restores the state of this Graphics to the state saved by a call to the BeginContainer method. ARG(Graphics graphics)|1|0 *doBeginContainer2=Saves a graphics container with the current state of this Graphics and opens and uses a new graphics container with the specified scale transformation. ARG(Graphics graphics, Rectangle||RectangleF dstrect, Rectangle||RectangleF srcrect, GraphicsUnit unit)|1|0 Graphics=Defines the Graphics. ARG(Graphics)|4|0 srcRect=Defines a Rectangle structure that, together with the dstrect parameter, specifies a scale transformation for the container. ARG(Rectangle||RectangleF)|4|0 dstRect=Defines a Rectangle structure that, together with the srcrect parameter, specifies a scale transformation for the container. ARG(Rectangle||RectangleF)|4|0