eDriven Framework API
BorderMetrics Constructor (left, right, top, bottom)
NamespaceseDriven.Gui.GeomBorderMetricsBorderMetrics(Int32, Int32, Int32, Int32)
eDriven Framework API
Constructor
Declaration Syntax
C#Visual BasicVisual C++
public BorderMetrics(
	int left,
	int right,
	int top,
	int bottom
)
Public Sub New ( _
	left As Integer, _
	right As Integer, _
	top As Integer, _
	bottom As Integer _
)
public:
BorderMetrics(
	int left, 
	int right, 
	int top, 
	int bottom
)
Parameters
left (Int32)
right (Int32)
top (Int32)
bottom (Int32)

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