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
)
Public Shared Function GetQuickButtonRect (
buttons As StiQuickButton(),
buttonIndex As Integer,
rect As RectangleD
) As RectangleD
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:
RectangleDReturns a rectangle of the quick button.
See Also