eDriven Framework API
SetLayoutBoundsSize Method (width, height)
NamespaceseDriven.Gui.ComponentsInvalidationManagerClientSetLayoutBoundsSize(Nullable<(Of <<'(Single>)>>), Nullable<(Of <<'(Single>)>>))
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public void SetLayoutBoundsSize(
	Nullable<float> width,
	Nullable<float> height
)
Public Sub SetLayoutBoundsSize ( _
	width As Nullable(Of Single), _
	height As Nullable(Of Single) _
)
public:
virtual void SetLayoutBoundsSize(
	Nullable<float> width, 
	Nullable<float> height
) sealed
Parameters
width (Nullable<(Of <(<'Single>)>)>)
height (Nullable<(Of <(<'Single>)>)>)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)