Click or drag to resize

StiControlPaintGetButtonRect Method (Rectangle, Boolean, Int32, RightToLeft)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.GetButtonRect(System.Drawing.Rectangle,System.Boolean,System.Int32,System.Windows.Forms.RightToLeft)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static Rectangle GetButtonRect(
	Rectangle bounds,
	bool flat,
	int buttonWidth,
	RightToLeft rightToLeft
)

Parameters

bounds
Type: System.DrawingRectangle

[Missing <param name="bounds"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.GetButtonRect(System.Drawing.Rectangle,System.Boolean,System.Int32,System.Windows.Forms.RightToLeft)"]

flat
Type: SystemBoolean

[Missing <param name="flat"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.GetButtonRect(System.Drawing.Rectangle,System.Boolean,System.Int32,System.Windows.Forms.RightToLeft)"]

buttonWidth
Type: SystemInt32

[Missing <param name="buttonWidth"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.GetButtonRect(System.Drawing.Rectangle,System.Boolean,System.Int32,System.Windows.Forms.RightToLeft)"]

rightToLeft
Type: System.Windows.FormsRightToLeft

[Missing <param name="rightToLeft"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.GetButtonRect(System.Drawing.Rectangle,System.Boolean,System.Int32,System.Windows.Forms.RightToLeft)"]

Return Value

Type: Rectangle

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.GetButtonRect(System.Drawing.Rectangle,System.Boolean,System.Int32,System.Windows.Forms.RightToLeft)"]

See Also