Click or drag to resize

StiControlPaintFillReversibleRectangle Method (Graphics, Int32, Int32, Int32, Int32, Color)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.FillReversibleRectangle(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Color)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void FillReversibleRectangle(
	Graphics graphics,
	int x,
	int y,
	int width,
	int height,
	Color backColor
)

Parameters

graphics
Type: System.DrawingGraphics

[Missing <param name="graphics"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.FillReversibleRectangle(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Color)"]

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.FillReversibleRectangle(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Color)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.FillReversibleRectangle(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Color)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.FillReversibleRectangle(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Color)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.FillReversibleRectangle(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Color)"]

backColor
Type: System.DrawingColor

[Missing <param name="backColor"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.FillReversibleRectangle(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Color)"]

See Also