Click or drag to resize

StiControlPaintDrawBorder Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void DrawBorder(
	Graphics graphics,
	Rectangle bounds,
	bool isFocused,
	bool flat
)

Parameters

graphics
Type: System.DrawingGraphics

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

bounds
Type: System.DrawingRectangle

[Missing <param name="bounds"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

isFocused
Type: SystemBoolean

[Missing <param name="isFocused"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

flat
Type: SystemBoolean

[Missing <param name="flat"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

See Also