Click or drag to resize
Wizard .NET Library

ThemedImageButtonGetPreferredSize Method

Retrieves the size of a rectangular area into which a control can be fitted.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public override Size GetPreferredSize(
	Size proposedSize
)
Request Example View Source

Parameters

proposedSize
Type: System.DrawingSize
The custom-sized area for a control.

Return Value

Type: Size
An ordered pair of type Size representing the width and height of a rectangle.
See Also