Void
IButtonComponent
.SetSize(
Int32
w,
Int32
h)
Sets the size of the button.
Remarks
Examples
Parameters
w
Type:
Int32
Width of the button.
h
Type:
Int32
Height of the button.
Return Value
Type:
Void