ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class
Fields Properties Methods


In This Topic
    Graphics Class Members
    In This Topic

    The following tables list the members exposed by Graphics.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Graphics class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)A static Graphics used to measure geometries.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the System.Drawing.Rectangle structure that bounds the clipping region of this Graphics object.  
    Public PropertyGets the Graphics.DeviceContext of the Graphics.  
    Public PropertyGets the horizontal resolution of this Graphics object.  
    Public PropertyGets the vertical resolution of this Graphics object.  
    Public PropertyGets or sets the scaling between world units and page units for this Graphics object.  
    Public PropertyGets or sets the unit of measure used for page coordinates in this Graphics object.  
    Public PropertyGets or sets the world transformation for this Graphics object.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Performs a bit-block transfer of the color data corresponding to a rectangle of pixels from the specified source Graphics object into a destination Graphics object.  
    Public MethodReleases all resources used by this Graphics object.  
    Public MethodDraw the special arc by using the given pen  
    Public MethodDraws one Bezier curves on current Graphics.  
    Public MethodDraw the special Bezier curve on current Graphics by using the special pen.  
    Public MethodDraw the special ellipse by using the given pen  
    Public MethodDraw the special line by using given pen  
    Public MethodDraw the special lines on current Graphics by using the special pen.  
    Public MethodDraw the special rectangle by using the given pen  
    Public MethodOverloaded. Draws the specified text string at the specified location with the specified Brush and Font objects using the formatting attributes of the specified StringFormat object.  
    Public MethodOverloaded. Updates the clip region of this Graphics object to exclude the area specified by a System.Drawing.Rectangle structure.  
    Public MethodFill the special ellipse on current Grapchis by using special brush  
    Public MethodFill the special pie on current Grapchis by using special brush  
    Public MethodFill the special polygon on current Grapchis by using special brush  
    Public MethodFill the specified rectangle by using the given brush.  
    Public MethodFill the special region on current Grapchis by using special brush  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a new gdi graphics from a gdi+ graphics.  
    Public MethodGets the region of the current clipping region of graphics.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Updates the clip region of this Graphics object to the intersection of the current clip region and the specified System.Drawing.Rectangle structure.  
    Public MethodMeasures the specified string when drawn with the specified Font object and formatted with the specified StringFormat object.  
    Public MethodMoves the specified rectangle by offfset values.  
    Public MethodOverloaded. Sets the clipping region of this Graphics object to the result of the Replace combining the current clip region and the specified Region object.  
    Public Methodstatic (Shared in Visual Basic)Creates a new gdi+ graphics from a gdi graphics.  
    Public MethodTranslates the clipping region of this Graphics object by specified amounts in the horizontal and vertical directions.  
    Public MethodChanges the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics object.  
    Top
    Protected Methods
     NameDescription
    Protected MethodDeletes this Graphics, and frees the memory allocated for it.  
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Top
    See Also