[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=MarshalByRefObject,Object,Graphics Info=Encapsulates a GDI+ drawing surface [Property] Name=Sets the name of the component. ARG(string)|2| Color=Sets color structure that represents the background color of the drawing surface. ARG(Color)|8|clDefault Control=Sets the Control to create this Graphics. ARG(Control)|20|(empty)|ControlManager Constructor=Sets the Constructor of the Graphics class. ARG(enum)|14|0|None,Constructor,Constructor2,Constructor3,Constructor4,Constructor5 @Clip=Sets a Region that limits the drawing region of this Graphics. ARG(Region)|20|(empty)|Region @CompositingMode=Gets a value that specifies how composited images are drawn to this Graphics. ARG(CompositingMode)|14|0|SourceOver,SourceCopy @CompositingQuality=Sets the rendering quality of composited images drawn to this Graphics. ARG(CompositingQuality)|14|0|Default,Invalid,HighSpeed,HighQuality,GammaCorrected,AssumeLinear @InterpolationMode=Sets the interpolation mode associated with this Graphics. ARG(InterpolationMode)|14|0|Default,Invalid,Low,High,Bilinear,Bicubic,NearestNeighbor,HighQualityBilinear,HighQualityBicubic @PageScale=Sets the scaling between world units and page units for this Graphics. ARG(float)|7|1 @PageUnit=Sets the unit of measure used for page coordinates in this Graphics. ARG(GraphicsUnit)|14|1|Display,Pixel,Point,Inch,Document,Millimeter @PixelOffsetMode=Gets or set a value specifying how pixels are offset during rendering of this Graphics. ARG(PixelOffsetMode)|14|0|Default,Invalid,HighSpeed,HighQuality,None,Half @RenderingOrigin=Sets the rendering origin of this Graphics for dithering and for hatch brushes. ARG(Point)|20|(empty)|Point @SmoothingMode=Sets the rendering quality for this Graphics. ARG(SmoothingMode)|14|0|Default,Invalid,HighSpeed,HighQuality,None,AntiAlias @TextContrast=Sets the gamma correction value for rendering text (value must be between 0 and 12). ARG(int)|1|4 @TextRenderingHint=Sets the rendering mode for text associated with this Graphics. ARG(TextRenderingHint)|14|0|SystemDefault,SingleBitPerPixelGridFit,SingleBitPerPixel,AntiAliasGridFit,AntiAlias,ClearTypeGridFit @Transform=Sets a copy of the geometric world transformation for this Graphics. ARG(Matrix)|20|(empty)|Matrix [Methods] doGraphics=Sets the Graphics instance. ARG(Graphics graphics)|1|0 *doConstructor=Creates a new Graphics from the specified Control. ARG(Control control)|1|0 *doConstructor2=Creates a new Graphics from the specified handle to a device context. ARG(IntPtr handle)|1|0 *doConstructor3=Creates a new Graphics from the specified handle to a device context and handle to a device. ARG(IntPtr handle, IntPtr hdevice)|1|0 *doConstructor4=Creates a new Graphics from the specified handle to a window. ARG(IntPtr handle)|1|0 *doConstructor5=Creates a new Graphics from the specified Image. ARG(Image image)|1|0 *doClear=Clears the entire drawing surface and fills it with the specified background color. ARG(Color color)|1|0 *doDispose=Releases all resources used by this Graphics. ARG()|1|0 *doFlush=Forces execution of all pending graphics operations and returns immediately without waiting for the operations to finish. ARG()|1|0 *doReleaseHdc=Releases a device context handle obtained by a previous call to the GetHdc method of this Graphics. ARG()|1|0 *doResetClip=Resets the clip region of this Graphics to an infinite region. ARG()|1|0 *doResetTransform=Resets the world transformation matrix of this Graphics to the identity matrix. ARG()|1|0 *BeginContainer=Saves a graphics container with the current state of this Graphics and opens and uses a new graphics container. ARG(GraphicsContainer)|3|0 *Clip=Returns a Region that limits the drawing region of this Graphics. ARG(Region)|3|0 *ClipBounds=Returns a RectangleF structure that bounds the clipping region of this Graphics. ARG(RectangleF)|3|0 *CompositingMode=Returns a value that specifies how composited images are drawn to this Graphics. ARG(CompositingMode)|3|0 *CompositingQuality=Returns the rendering quality of composited images drawn to this Graphics. ARG(CompositingQuality)|3|0 *DpiX=Returns the horizontal resolution of this Graphics. ARG(float)|3|7 *DpiY=Returns the vertical resolution of this Graphics. ARG(float)|3|7 *GetHalftonePalette=Gets a handle to the current Windows halftone palette. ARG(IntPtr)|3|0 *GetHdc=Gets the handle to the device context associated with this Graphics. ARG(IntPtr)|3|0 *InterpolationMode=Returns the interpolation mode associated with this Graphics. ARG(InterpolationMode)|3|0 *IsClipEmpty=Returns a value indicating whether the clipping region of this Graphics is empty. ARG(bool)|3|104 *IsVisibleClipEmpty=Returns a value indicating whether the visible clipping region of this Graphics is empty. ARG(bool)|3|104 *PageScale=Returns the scaling between world units and page units for this Graphics. ARG(float)|3|7 *PageUnit=Returns the unit of measure used for page coordinates in this Graphics. ARG(GraphicsUnit)|3|0 *PixelOffsetMode=Returns or set a value specifying how pixels are offset during rendering of this Graphics. ARG(PixelOffsetMode)|3|0 *RenderingOrigin=Returns the rendering origin of this Graphics for dithering and for hatch brushes. ARG(Point)|3|0 *Save=Saves the current state of this Graphics and identifies the saved state with a GraphicsState. ARG(GraphicsState)|3|0 *SmoothingMode=Returns the rendering quality for this Graphics. ARG(SmoothingMode)|3|0 *TextContrast=Returns the gamma correction value for rendering text. ARG(int)|3|1 *TextRenderingHint=Returns the rendering mode for text associated with this Graphics. ARG(TextRenderingHint)|3|0 *Transform=Returns a copy of the geometric world transformation for this Graphics. ARG(Matrix)|3|0 *VisibleClipBounds=Returns the bounding rectangle of the visible clipping region of this Graphics. ARG(RectangleF)|3|0 Graphics=Returns the Graphics object. ARG(Graphics)|3|0 Control=Defines the Control to create this Graphics. ARG(Control)|4|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 *color=Defines color structure that represents the background color of the drawing surface. ARG(Color)|4|8