Click or drag to resize

StiDrawingFillRectangle Method (Graphics, Brush, Double, Double, Double, Double)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiDrawing.FillRectangle(System.Drawing.Graphics,System.Drawing.Brush,System.Double,System.Double,System.Double,System.Double)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void FillRectangle(
	Graphics g,
	Brush brush,
	double x,
	double y,
	double width,
	double height
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Base.Drawing.StiDrawing.FillRectangle(System.Drawing.Graphics,System.Drawing.Brush,System.Double,System.Double,System.Double,System.Double)"]

brush
Type: System.DrawingBrush

[Missing <param name="brush"/> documentation for "M:Stimulsoft.Base.Drawing.StiDrawing.FillRectangle(System.Drawing.Graphics,System.Drawing.Brush,System.Double,System.Double,System.Double,System.Double)"]

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:Stimulsoft.Base.Drawing.StiDrawing.FillRectangle(System.Drawing.Graphics,System.Drawing.Brush,System.Double,System.Double,System.Double,System.Double)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:Stimulsoft.Base.Drawing.StiDrawing.FillRectangle(System.Drawing.Graphics,System.Drawing.Brush,System.Double,System.Double,System.Double,System.Double)"]

width
Type: SystemDouble

[Missing <param name="width"/> documentation for "M:Stimulsoft.Base.Drawing.StiDrawing.FillRectangle(System.Drawing.Graphics,System.Drawing.Brush,System.Double,System.Double,System.Double,System.Double)"]

height
Type: SystemDouble

[Missing <param name="height"/> documentation for "M:Stimulsoft.Base.Drawing.StiDrawing.FillRectangle(System.Drawing.Graphics,System.Drawing.Brush,System.Double,System.Double,System.Double,System.Double)"]

See Also