TextBoxButtonSetBoundsCore Method

Definition

Namespace: Metas.GuiControls
Assembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
C#
protected override void SetBoundsCore(
	int x,
	int y,
	int width,
	int height,
	BoundsSpecified specified
)

Parameters

x  Int32
 
y  Int32
 
width  Int32
 
height  Int32
 
specified  BoundsSpecified
 

See Also