Click or drag to resize

ButtonSpecManagerBaseGetButtonRectangle Method

Get the display rectangle of the provided button.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Rectangle GetButtonRectangle(
	ButtonSpec buttonSpec
)

Parameters

buttonSpec
Type: Internal.ComponentFactory.Krypton.ToolkitButtonSpec
Button specification.

Return Value

Type: Rectangle
Display rectangle.
See Also