Click or drag to resize

StiDrawingDrawRectangle Method (Graphics, Color, Double, Double, Double, Double)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiDrawing.DrawRectangle(System.Drawing.Graphics,System.Drawing.Color,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 DrawRectangle(
	Graphics g,
	Color color,
	double x,
	double y,
	double width,
	double height
)

Parameters

g
Type: System.DrawingGraphics

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

color
Type: System.DrawingColor

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

x
Type: SystemDouble

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

y
Type: SystemDouble

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

width
Type: SystemDouble

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

height
Type: SystemDouble

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

See Also