New to Telerik UI for WinFormsStart a free 30-day trial

IGraphics

Interface

Defines a graphics abstraction interface for drawing operations in RadControls. Provides a unified API for various rendering backends including GDI+, DirectX, and other graphics systems.

Definition

Namespace:Telerik.WinControls.Paint

Assembly:Telerik.WinControls.dll

Syntax:

C#
public interface IGraphics

Derived Classes: RadGdiGraphics

Properties

Gets the clipping rectangle; the rectangle which needs redrawing.

C#
Rectangle ClipRectangle { get; }

Gets or sets the opacity level of the device context.

C#
double Opacity { get; }

Gets the current context device - graphics object.

C#
object UnderlayGraphics { get; }

Methods

Changes the opacity level of the current device context.

C#
void ChangeOpacity(double opacity)
Parameters:opacitydouble

Saves the current smothingMode, and changes the smoothingmode for the current device context.

C#
void ChangeSmoothingMode(SmoothingMode smoothingMode)
Parameters:smoothingModeSmoothingMode

Creates a mask specified by color and bitmap.

C#
Bitmap CreateBitmapMask(Color maskColor, Bitmap bitmap)
Parameters:maskColorColorbitmapBitmapReturns:

Bitmap

Draws a bitmap image specified by image object and position from the left-upper corner of the current device context and specified opacity.

C#
void DrawBitmap(Image image, int x, int y, double opacity)
Parameters:imageImagexintyintopacitydouble

Draws a bitmap image specified by image object, position from the left-upper corner of the current device context, opacity and specified size.

C#
void DrawBitmap(Image image, int x, int y, int width, int height, double opacity)
Parameters:imageImagexintyintwidthintheightintopacitydouble

Draws a bitmap image specified by image object, position from the left-upper corner of the current device context and specified size.

C#
void DrawBitmap(Image image, int x, int y, int width, int height)
Parameters:imageImagexintyintwidthintheightint

Draws a bitmap image specified by image object and position from the left-upper corner of the current device context.

C#
void DrawBitmap(Image image, int x, int y)
Parameters:imageImagexintyint

Draws a blur shadow effect for the specified graphics path.

C#
void DrawBlurShadow(GraphicsPath path, Rectangle r, float offset, Color color)
Parameters:pathGraphicsPath

The GraphicsPath for which to draw the shadow.

rRectangle

The bounding rectangle for the shadow effect.

offsetfloat

The offset distance of the shadow from the original path.

colorColor

The Color of the shadow.

C#
void DrawBorder(RectangleF rectangle, IBorderElement borderElement)
Parameters:rectangleRectangleFborderElementIBorderElement

Draws a custom gradient path specified by GraphicsPath, GraphicsPath for the gradient, color, gradient color array, penalignment and penwidth.

C#
void DrawCustomGradientPath(GraphicsPath path, GraphicsPath gradientPath, Color color, Color[] gradientColors, PenAlignment penAlignment, float penWidth)
Parameters:pathGraphicsPathgradientPathGraphicsPathcolorColorgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloat

Draws a custom gradient rectangle specified by rectangle structure, graphicsPath, color, color array for the gradient effect, penalignment and penwidth.

C#
void DrawCustomGradientRectangle(Rectangle rectangle, GraphicsPath path, Color color, Color[] gradientColors, PenAlignment penAlignment, float penWidth)
Parameters:rectangleRectanglepathGraphicsPathcolorColorgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloat

Draws a custom gradient rectangle specified by rectangle structure, graphicsPath, color, color array for the gradient effect, penalignment, penwidth and DashStyle.

C#
void DrawCustomGradientRectangle(RectangleF rectangle, GraphicsPath path, Color color, Color[] gradientColors, PenAlignment penAlignment, float penWidth, DashStyle dashStyle, float[] dashPattern)
Parameters:rectangleRectangleFpathGraphicsPathcolorColorgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloatdashStyleDashStyledashPatternfloat[]

Draws a custom gradient rectangle specified by rectangle structure, graphicsPath, color, color array for the gradient effect, penalignment, penwidth and DashStyle.

C#
void DrawCustomGradientRectangle(RectangleF rectangle, GraphicsPath path, Color color, Color[] gradientColors, PenAlignment penAlignment, float penWidth, DashStyle dashStyle)
Parameters:rectangleRectangleFpathGraphicsPathcolorColorgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloatdashStyleDashStyle

Draws a custom gradient rectangle specified by rectangle structure, graphicsPath, color, color array for the gradient effect, penalignment and penwidth.

C#
void DrawCustomGradientRectangle(RectangleF rectangle, GraphicsPath path, Color color, Color[] gradientColors, PenAlignment penAlignment, float penWidth)
Parameters:rectangleRectangleFpathGraphicsPathcolorColorgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloat

Draws an ellipse defined by a bounding rectangle and color.

C#
void DrawEllipse(Rectangle BorderRectangle, Color color)
Parameters:BorderRectangleRectanglecolorColor

Draws the specified Image object with the specified Point, Image and disable flag.

C#
void DrawImage(Point point, Image image, bool enabled)
Parameters:pointPointimageImageenabledbool

Draws the specified Image object with the specified Rectangle, Image, ContentAlignment and disable flag.

C#
void DrawImage(Rectangle rectangle, Image image, ContentAlignment alignment, bool enabled)
Parameters:rectangleRectangleimageImagealignmentContentAlignmentenabledbool

Draws a line specified by color, DashStyle, initial x point, initial y point, final x final y point and width.

C#
void DrawLine(Color color, DashStyle dashStyle, int x1, int y1, int x2, int y2, float width)
Parameters:colorColordashStyleDashStylex1inty1intx2inty2intwidthfloat

Draws a line specified by color, DashStyle, initial x point, initial y point, final x and final y point.

C#
void DrawLine(Color color, DashStyle dashStyle, int x1, int y1, int x2, int y2)
Parameters:colorColordashStyleDashStylex1inty1intx2inty2int

Draws a line specified by color, initial x point, initial y point, final x, final y point and width

C#
void DrawLine(Color color, float x1, float y1, float x2, float y2, float width)
Parameters:colorColorx1floaty1floatx2floaty2floatwidthfloat

Draws a line specified by color, initial x point, initial y point, final x and final y point.

C#
void DrawLine(Color color, float x1, float y1, float x2, float y2)
Parameters:colorColorx1floaty1floatx2floaty2float

Draws a line specified by color, initial x point, initial y point, final x and final y point.

C#
void DrawLine(Color color, int x1, int y1, int x2, int y2)
Parameters:colorColorx1inty1intx2inty2int

Draws a linear gradient path specified by GraphicsPath, bounding Rectangle, color gradient array, penalignment, penwidth, angle and DashStyle.

C#
void DrawLinearGradientPath(GraphicsPath path, RectangleF bounds, Color[] gradientColors, PenAlignment penAlignment, float penWidth, float angle, DashStyle dashStyle, float[] dashPAttern)
Parameters:pathGraphicsPathboundsRectangleFgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloatanglefloatdashStyleDashStyledashPAtternfloat[]

Draws a linear gradient path specified by GraphicsPath, bounding Rectangle, color gradient array, penalignment, penwidth, angle and DashStyle.

C#
void DrawLinearGradientPath(GraphicsPath path, RectangleF bounds, Color[] gradientColors, PenAlignment penAlignment, float penWidth, float angle, DashStyle dashStyle)
Parameters:pathGraphicsPathboundsRectangleFgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloatanglefloatdashStyleDashStyle

Draws a linear gradient path specified by GraphicsPath, bounding Rectangle, color gradient array, penalignment, penwidth and angle.

C#
void DrawLinearGradientPath(GraphicsPath path, RectangleF bounds, Color[] gradientColors, PenAlignment penAlignment, float penWidth, float angle)
Parameters:pathGraphicsPathboundsRectangleFgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloatanglefloat

Draws a linear gradient rectangle specified by rectangle structure, color array, penalignment, penWidth, angle and DashStyle.

C#
void DrawLinearGradientRectangle(RectangleF rectangle, Color[] gradientColors, PenAlignment penAlignment, float penWidth, float angle, DashStyle dashStyle, float[] dashPattern)
Parameters:rectangleRectangleFgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloatanglefloatdashStyleDashStyledashPatternfloat[]

Draws a linear gradient rectangle specified by rectangle structure, color array, penalignment, penWidth, angle and DashStyle.

C#
void DrawLinearGradientRectangle(RectangleF rectangle, Color[] gradientColors, PenAlignment penAlignment, float penWidth, float angle, DashStyle dashStyle)
Parameters:rectangleRectangleFgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloatanglefloatdashStyleDashStyle

Draws a linear gradient rectangle specified by rectangle structure, color array, penalignment, penWidth and angle.

C#
void DrawLinearGradientRectangle(RectangleF rectangle, Color[] gradientColors, PenAlignment penAlignment, float penWidth, float angle)
Parameters:rectangleRectangleFgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloatanglefloat

Draws a path specified by GraphicsPath, color, pen alignment, pen width and DashStyle.

C#
void DrawPath(GraphicsPath path, Color color, PenAlignment penAlignment, float penWidth, DashStyle dashStyle, float[] dashPattern)
Parameters:pathGraphicsPathcolorColorpenAlignmentPenAlignmentpenWidthfloatdashStyleDashStyledashPatternfloat[]

Draws a path specified by GraphicsPath, color, pen alignment, pen width and DashStyle.

C#
void DrawPath(GraphicsPath path, Color color, PenAlignment penAlignment, float penWidth, DashStyle dashStyle)
Parameters:pathGraphicsPathcolorColorpenAlignmentPenAlignmentpenWidthfloatdashStyleDashStyle

Draws a path specified by GraphicsPath, color, pen alignment and pen width.

C#
void DrawPath(GraphicsPath path, Color color, PenAlignment penAlignment, float penWidth)
Parameters:pathGraphicsPathcolorColorpenAlignmentPenAlignmentpenWidthfloat

Draws a redial gradient path specified by Graphics path, bounding rectangle, color, color gradient array, pen alignment and pen width.

C#
void DrawRadialGradientPath(GraphicsPath path, Rectangle bounds, Color color, Color[] gradientColors, PenAlignment penAlignment, float penWidth, DashStyle dashStyle, float[] dashPAttern)
Parameters:pathGraphicsPathboundsRectanglecolorColorgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloatdashStyleDashStyledashPAtternfloat[]

Draws a redial gradient path specified by Graphics path, bounding rectangle, color, color gradient array, pen alignment and pen width.

C#
void DrawRadialGradientPath(GraphicsPath path, Rectangle bounds, Color color, Color[] gradientColors, PenAlignment penAlignment, float penWidth, DashStyle dashStyle)
Parameters:pathGraphicsPathboundsRectanglecolorColorgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloatdashStyleDashStyle

Draws a redial gradient path specified by Graphicspath, bounding rectangle, color, color gradient array, penalignment and penwidth.

C#
void DrawRadialGradientPath(GraphicsPath path, Rectangle bounds, Color color, Color[] gradientColors, PenAlignment penAlignment, float penWidth)
Parameters:pathGraphicsPathboundsRectanglecolorColorgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloat

Draws a radial gradient rectangle specified by rectangle structure, color, color array for gradient effect, penalignment and penWidth.

C#
void DrawRadialGradientRectangle(Rectangle rectangle, Color color, Color[] gradientColors, PenAlignment penAlignment, float penWidth)
Parameters:rectangleRectanglecolorColorgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloat

Draws a radial gradient rectangle specified by rectangle structure, color, color array for gradient effect, penalignment, penWidth and DashStyle.

C#
void DrawRadialGradientRectangle(RectangleF rectangle, Color color, Color[] gradientColors, PenAlignment penAlignment, float penWidth, DashStyle dashStyle, float[] dashPattern)
Parameters:rectangleRectangleFcolorColorgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloatdashStyleDashStyledashPatternfloat[]

Draws a radial gradient rectangle specified by rectangle structure, color, color array for gradient effect, penalignment, penWidth and DashStyle.

C#
void DrawRadialGradientRectangle(RectangleF rectangle, Color color, Color[] gradientColors, PenAlignment penAlignment, float penWidth, DashStyle dashStyle)
Parameters:rectangleRectangleFcolorColorgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloatdashStyleDashStyle

Draws a radial gradient rectangle specified by rectangle structure, color, color array for gradient effect, penalignment and penWidth.

C#
void DrawRadialGradientRectangle(RectangleF rectangle, Color color, Color[] gradientColors, PenAlignment penAlignment, float penWidth)
Parameters:rectangleRectangleFcolorColorgradientColorsColor[]penAlignmentPenAlignmentpenWidthfloat

Draws a rectangle specified by rectangle structure, color, PenAlignment and pen width.

C#
void DrawRectangle(Rectangle rectangle, Color color, PenAlignment penAlignment, float penWidth)
Parameters:rectangleRectanglecolorColorpenAlignmentPenAlignmentpenWidthfloat

Draws a rectangle specified by a rectangle structure and a color.

C#
void DrawRectangle(Rectangle rectangle, Color color)
Parameters:rectangleRectanglecolorColor

Draws a rectangle specified by rectangle structure, color, PenAlignment, pen width and DashStyle.

C#
void DrawRectangle(RectangleF rectangle, Color color, PenAlignment penAlignment, float penWidth, DashStyle dashStyle, float[] dashPattern)
Parameters:rectangleRectangleFcolorColorpenAlignmentPenAlignmentpenWidthfloatdashStyleDashStyledashPatternfloat[]

Draws a rectangle specified by rectangle structure, color, PenAlignment, pen width and DashStyle.

C#
void DrawRectangle(RectangleF rectangle, Color color, PenAlignment penAlignment, float penWidth, DashStyle dashStyle)
Parameters:rectangleRectangleFcolorColorpenAlignmentPenAlignmentpenWidthfloatdashStyleDashStyle

Draws a rectangle specified by rectangle structure, color, PenAlignment and pen width.

C#
void DrawRectangle(RectangleF rectangle, Color color, PenAlignment penAlignment, float penWidth)
Parameters:rectangleRectangleFcolorColorpenAlignmentPenAlignmentpenWidthfloat

Draws a round rectangle specified by Rectangle structure, color, float borderWidth, and radius in pixels.

C#
void DrawRoundRect(Rectangle rectangle, Color color, float borderWidth, int radius)
Parameters:rectangleRectanglecolorColorborderWidthfloatradiusint

Draws the specified text string with specified Rectangle, Font, Color, ContentAlignment, StringFormat and Orientation.

C#
void DrawString(string drawString, Rectangle rectangle, Font font, Color color, StringFormat stringFormat, Orientation orientation, bool flipText)
Parameters:drawStringstringrectangleRectanglefontFontcolorColorstringFormatStringFormatorientationOrientationflipTextbool
C#
void DrawString(string drawString, RectangleF rectangle, Font font, Color color, StringFormat stringFormat, Orientation orientation, bool flipText)
Parameters:drawStringstringrectangleRectangleFfontFontcolorColorstringFormatStringFormatorientationOrientationflipTextbool
C#
void DrawString(TextParams textParams, SizeF measuredSize)
Parameters:textParamsTextParamsmeasuredSizeSizeF

Updates the clipping region of the current Graphics object to exclude the area specified by a Rectangle structure.

C#
void ExcludeClip(Rectangle rectangle)
Parameters:rectangleRectangle

Fills the gel gradient rectangle specified by rectangle structure, color, color, and gradientPercentage.

C#
void FillGellRectangle(Rectangle rectangle, Color[] colorStops, float gradientPercentage, float gradientPercentage2)
Parameters:rectangleRectanglecolorStopsColor[]gradientPercentagefloatgradientPercentage2float

Fills the glass gradient rectangle specified by rectangle structure, color, color, color, color, and gradient percentage.

C#
void FillGlassRectangle(Rectangle rectangle, Color color1, Color color2, Color color3, Color color4, float gradientPercentage, float gradientPercentage2)
Parameters:rectangleRectanglecolor1Colorcolor2Colorcolor3Colorcolor4ColorgradientPercentagefloatgradientPercentage2float

Fills gradient rectangle specified by rectangle structure, color, color, color, color, GradientStyles, and angle.

C#
void FillGradientRectangle(Rectangle rectangle, Color color1, Color color2, Color color3, Color color4, GradientStyles style, float angle)
Parameters:rectangleRectanglecolor1Colorcolor2Colorcolor3Colorcolor4ColorstyleGradientStylesanglefloat

Fills the gradient rectangle specified by rectangle structure, color gradient array, float offset array, GradientStyles, angle, gradientPercentage, and gradientPercentage2.

C#
void FillGradientRectangle(Rectangle rectangle, Color color1, Color color2, float angle)
Parameters:rectangleRectanglecolor1Colorcolor2Coloranglefloat

Fills the gradient rectangle specified by rectangle structure, color gradient array, float offset array, GradientStyles, angle, gradientPercentage, and gradientPercentage2.

C#
void FillGradientRectangle(Rectangle rectangle, Color[] colorStops, float[] colorOffsets, GradientStyles style, float angle, float gradientPercentage, float gradientPercentage2)
Parameters:rectangleRectanglecolorStopsColor[]colorOffsetsfloat[]styleGradientStylesanglefloatgradientPercentagefloatgradientPercentage2float
C#
void FillGradientRectangle(RectangleF rectangle, Color[] colorStops, float[] colorOffsets, GradientStyles style, float angle, float gradientPercentage, float gradientPercentage2)
Parameters:rectangleRectangleFcolorStopsColor[]colorOffsetsfloat[]styleGradientStylesanglefloatgradientPercentagefloatgradientPercentage2float

Fills the office glass gradient rectangle specified by rectangle structure, color, color, color, color, and gradientPercentage and gradientPercentage2.

C#
void FillOfficeGlassRectangle(Rectangle rectangle, Color color1, Color color2, Color color3, Color color4, float gradientPercentage, float gradientPercentage2, bool drawEllipse)
Parameters:rectangleRectanglecolor1Colorcolor2Colorcolor3Colorcolor4ColorgradientPercentagefloatgradientPercentage2floatdrawEllipsebool

Fills the specified graphics path with a solid color.

C#
void FillPath(Color color, GraphicsPath path)
Parameters:colorColor

The Color to use for filling the path.

pathGraphicsPath

The GraphicsPath to fill.

Fills the specified graphics path with a gradient using the provided color stops and offsets.

C#
void FillPath(Color[] colorStops, float[] colorOffsets, float angle, float gradientPercentage, float gradientPercentage2, Rectangle rectangle, GraphicsPath path)
Parameters:colorStopsColor[]

An array of colors that define the gradient.

colorOffsetsfloat[]

An array of float values that specify the positions of the color stops along the gradient.

anglefloat

The angle of the gradient direction in degrees.

gradientPercentagefloat

The first gradient percentage value.

gradientPercentage2float

The second gradient percentage value.

rectangleRectangle

The bounding rectangle for the gradient.

pathGraphicsPath

The GraphicsPath to fill with the gradient.

Fills the interior of a polygon defined by brush and an array of points specified by Point structures.

C#
void FillPolygon(Brush brush, PointF[] points)
Parameters:brushBrushpointsPointF[]

Fills the interior of a polygon defined by an array of points specified by Point structures and color.

C#
void FillPolygon(Color color, Point[] points)
Parameters:colorColorpointsPoint[]

Fills the interior of a polygon defined by color and an array of points specified by Point structures.

C#
void FillPolygon(Color color, PointF[] points)
Parameters:colorColorpointsPointF[]

Fills the interior of a rectangle specified by the borderRectangle and using for color the second argument.

C#
void FillRectangle(Rectangle BorderRectangle, Color color)
Parameters:BorderRectangleRectanglecolorColor
C#
void FillRectangle(RectangleF BorderRectangle, Color color)
Parameters:BorderRectangleRectangleFcolorColor

Fills a rectangle using the image as texture.

C#
void FillTextureRectangle(Rectangle rectangle, Image texture, WrapMode wrapMode)
Parameters:rectangleRectangle

The rectangle to fill.

textureImage

The image to use as a texture.

wrapModeWrapMode

Defines the way the image is populated in the rectangle

Fills a rectangle using the image as texture.

C#
void FillTextureRectangle(Rectangle rectangle, Image texture)
Parameters:rectangleRectangle

The rectangle to fill.

textureImage

The image to use as a texture.

Fills a rectangle using the image as texture.

C#
void FillTextureRectangle(RectangleF rectangle, Image texture, WrapMode wrapMode)
Parameters:rectangleRectangleF

The rectangle to fill.

textureImage

The image to use as a texture.

wrapModeWrapMode

Defines the way the image is populated in the rectangle

Fills a rectangle using the image as texture.

C#
void FillTextureRectangle(RectangleF rectangle, Image texture)
Parameters:rectangleRectangleF

The rectangle to fill.

textureImage

The image to use as a texture.

Fills the vista gradient rectangle specified by rectangle structure, color, color, color, color, gradient percentage, and gradientPercentage2.

C#
void FillVistaRectangle(Rectangle rectangle, Color color1, Color color2, Color color3, Color color4, float gradientPercentage, float gradientPercentage2)
Parameters:rectangleRectanglecolor1Colorcolor2Colorcolor3Colorcolor4ColorgradientPercentagefloatgradientPercentage2float
C#
SizeF MeasureString(string text, Font font, StringFormat stringFormat)
Parameters:textstringfontFontstringFormatStringFormatReturns:

SizeF

C#
GraphicsPath PopCurrentClippingPath()
Returns:

GraphicsPath

C#
void PushCurrentClippingPath(GraphicsPath path)
Parameters:pathGraphicsPath

Resets the world transformation matrix of this Graphics to the identity matrix.

C#
void ResetTransform()

Restores the opacity of the current device context to the previous value.

C#
void RestoreOpacity()

Restores the smoothing mode to the previous value.

C#
void RestoreSmoothingMode()

Restores the graphics state to a previously saved state.

C#
void RestoreState(object state)
Parameters:stateobject

The state object returned by a previous call to SaveState().

Rotates the local geometric transformation by the specified angle. This method prepends the rotation to the transformation.

C#
void RotateTransform(float angleInDegrees)
Parameters:angleInDegreesfloat

Saves the current graphics state and returns a state object.

C#
object SaveState()
Returns:

object

An object representing the saved graphics state, which can be passed to RestoreState(object) to restore the graphics context.

Scales the world transformation matrix by the specified amount.

C#
void ScaleTransform(SizeF scale)
Parameters:scaleSizeF

Translates the local geometric transformation of this TextureBrush object by the specified dimensions. This method prepends the translation to the transformation.

C#
void TranslateTransform(float offsetX, float offsetY)
Parameters:offsetXfloatoffsetYfloat

Translates the local geometric transformation of this TextureBrush object by the specified dimensions. This method prepends the translation to the transformation.

C#
void TranslateTransform(int offsetX, int offsetY)
Parameters:offsetXintoffsetYint
In this article
DefinitionPropertiesClipRectangleOpacityUnderlayGraphicsMethodsChangeOpacity(double)ChangeSmoothingMode(SmoothingMode)CreateBitmapMask(Color, Bitmap)DrawBitmap(Image, int, int, double)DrawBitmap(Image, int, int, int, int, double)DrawBitmap(Image, int, int, int, int)DrawBitmap(Image, int, int)DrawBlurShadow(GraphicsPath, Rectangle, float, Color)DrawBorder(RectangleF, IBorderElement)DrawCustomGradientPath(GraphicsPath, GraphicsPath, Color, Color[], PenAlignment, float)DrawCustomGradientRectangle(Rectangle, GraphicsPath, Color, Color[], PenAlignment, float)DrawCustomGradientRectangle(RectangleF, GraphicsPath, Color, Color[], PenAlignment, float, DashStyle, float[])DrawCustomGradientRectangle(RectangleF, GraphicsPath, Color, Color[], PenAlignment, float, DashStyle)DrawCustomGradientRectangle(RectangleF, GraphicsPath, Color, Color[], PenAlignment, float)DrawEllipse(Rectangle, Color)DrawImage(Point, Image, bool)DrawImage(Rectangle, Image, ContentAlignment, bool)DrawLine(Color, DashStyle, int, int, int, int, float)DrawLine(Color, DashStyle, int, int, int, int)DrawLine(Color, float, float, float, float, float)DrawLine(Color, float, float, float, float)DrawLine(Color, int, int, int, int)DrawLinearGradientPath(GraphicsPath, RectangleF, Color[], PenAlignment, float, float, DashStyle, float[])DrawLinearGradientPath(GraphicsPath, RectangleF, Color[], PenAlignment, float, float, DashStyle)DrawLinearGradientPath(GraphicsPath, RectangleF, Color[], PenAlignment, float, float)DrawLinearGradientRectangle(RectangleF, Color[], PenAlignment, float, float, DashStyle, float[])DrawLinearGradientRectangle(RectangleF, Color[], PenAlignment, float, float, DashStyle)DrawLinearGradientRectangle(RectangleF, Color[], PenAlignment, float, float)DrawPath(GraphicsPath, Color, PenAlignment, float, DashStyle, float[])DrawPath(GraphicsPath, Color, PenAlignment, float, DashStyle)DrawPath(GraphicsPath, Color, PenAlignment, float)DrawRadialGradientPath(GraphicsPath, Rectangle, Color, Color[], PenAlignment, float, DashStyle, float[])DrawRadialGradientPath(GraphicsPath, Rectangle, Color, Color[], PenAlignment, float, DashStyle)DrawRadialGradientPath(GraphicsPath, Rectangle, Color, Color[], PenAlignment, float)DrawRadialGradientRectangle(Rectangle, Color, Color[], PenAlignment, float)DrawRadialGradientRectangle(RectangleF, Color, Color[], PenAlignment, float, DashStyle, float[])DrawRadialGradientRectangle(RectangleF, Color, Color[], PenAlignment, float, DashStyle)DrawRadialGradientRectangle(RectangleF, Color, Color[], PenAlignment, float)DrawRectangle(Rectangle, Color, PenAlignment, float)DrawRectangle(Rectangle, Color)DrawRectangle(RectangleF, Color, PenAlignment, float, DashStyle, float[])DrawRectangle(RectangleF, Color, PenAlignment, float, DashStyle)DrawRectangle(RectangleF, Color, PenAlignment, float)DrawRoundRect(Rectangle, Color, float, int)DrawString(string, Rectangle, Font, Color, StringFormat, Orientation, bool)DrawString(string, RectangleF, Font, Color, StringFormat, Orientation, bool)DrawString(TextParams, SizeF)ExcludeClip(Rectangle)FillGellRectangle(Rectangle, Color[], float, float)FillGlassRectangle(Rectangle, Color, Color, Color, Color, float, float)FillGradientRectangle(Rectangle, Color, Color, Color, Color, GradientStyles, float)FillGradientRectangle(Rectangle, Color, Color, float)FillGradientRectangle(Rectangle, Color[], float[], GradientStyles, float, float, float)FillGradientRectangle(RectangleF, Color[], float[], GradientStyles, float, float, float)FillOfficeGlassRectangle(Rectangle, Color, Color, Color, Color, float, float, bool)FillPath(Color, GraphicsPath)FillPath(Color[], float[], float, float, float, Rectangle, GraphicsPath)FillPolygon(Brush, PointF[])FillPolygon(Color, Point[])FillPolygon(Color, PointF[])FillRectangle(Rectangle, Color)FillRectangle(RectangleF, Color)FillTextureRectangle(Rectangle, Image, WrapMode)FillTextureRectangle(Rectangle, Image)FillTextureRectangle(RectangleF, Image, WrapMode)FillTextureRectangle(RectangleF, Image)FillVistaRectangle(Rectangle, Color, Color, Color, Color, float, float)MeasureString(string, Font, StringFormat)PopCurrentClippingPath()PushCurrentClippingPath(GraphicsPath)ResetTransform()RestoreOpacity()RestoreSmoothingMode()RestoreState(object)RotateTransform(float)SaveState()ScaleTransform(SizeF)TranslateTransform(float, float)TranslateTransform(int, int)
Not finding the help you need?
Contact Support