SetSize(int, int)

Sets the size of the button.

Declaration Syntax

public void SetSize(int w, int h)

Parameters

w(int)

Width of the button.

h(int)

Height of the button.