Click or drag to resize

StiQuickButtonHelperGetQuickButtonRect Method

Returns quick button rectangle.

Namespace:  Stimulsoft.Report.QuickButtons
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static RectangleD GetQuickButtonRect(
	StiQuickButton[] buttons,
	int buttonIndex,
	RectangleD rect
)

Parameters

buttons
Type: Stimulsoft.Report.QuickButtonsStiQuickButton

[Missing <param name="buttons"/> documentation for "M:Stimulsoft.Report.QuickButtons.StiQuickButtonHelper.GetQuickButtonRect(Stimulsoft.Report.QuickButtons.StiQuickButton[],System.Int32,Stimulsoft.Base.Drawing.RectangleD)"]

buttonIndex
Type: SystemInt32
An index of the quick button.
rect
Type: Stimulsoft.Base.DrawingRectangleD
A rectangle of the component.

Return Value

Type: RectangleD
Returns a rectangle of the quick button.
See Also