Click or drag to resize

StiControlPaintDrawReversibleFrame Method (Graphics, Int32, Int32, Int32, Int32, Color, FrameStyle)

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

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

Parameters

graphics
Type: System.DrawingGraphics

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

x
Type: SystemInt32

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

y
Type: SystemInt32

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

width
Type: SystemInt32

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

height
Type: SystemInt32

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

backColor
Type: System.DrawingColor

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

style
Type: System.Windows.FormsFrameStyle

[Missing <param name="style"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawReversibleFrame(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Color,System.Windows.Forms.FrameStyle)"]

See Also