eDriven Framework API
ConstraintMetrics Constructor (left, right, top, bottom, width, height)
NamespaceseDriven.Gui.GeomConstraintMetricsConstraintMetrics(Nullable<(Of <<'(Single>)>>), Nullable<(Of <<'(Single>)>>), Nullable<(Of <<'(Single>)>>), Nullable<(Of <<'(Single>)>>), Nullable<(Of <<'(Single>)>>), Nullable<(Of <<'(Single>)>>))
eDriven Framework API
Constructor
Declaration Syntax
C#Visual BasicVisual C++
public ConstraintMetrics(
	Nullable<float> left,
	Nullable<float> right,
	Nullable<float> top,
	Nullable<float> bottom,
	Nullable<float> width,
	Nullable<float> height
)
Public Sub New ( _
	left As Nullable(Of Single), _
	right As Nullable(Of Single), _
	top As Nullable(Of Single), _
	bottom As Nullable(Of Single), _
	width As Nullable(Of Single), _
	height As Nullable(Of Single) _
)
public:
ConstraintMetrics(
	Nullable<float> left, 
	Nullable<float> right, 
	Nullable<float> top, 
	Nullable<float> bottom, 
	Nullable<float> width, 
	Nullable<float> height
)
Parameters
left (Nullable<(Of <(<'Single>)>)>)
right (Nullable<(Of <(<'Single>)>)>)
top (Nullable<(Of <(<'Single>)>)>)
bottom (Nullable<(Of <(<'Single>)>)>)
width (Nullable<(Of <(<'Single>)>)>)
height (Nullable<(Of <(<'Single>)>)>)

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