eDriven Framework API
Redraw Method (bounds, stageBounds, text)
NamespaceseDriven.Gui.ComponentsInspectorOverlayRedraw(Rectangle, Rectangle, String)
eDriven Framework API
Redraws the overlay
We need to know the stage bounds because we want to inteligently place the label (not to be clipped)
Declaration Syntax
C#Visual BasicVisual C++
public void Redraw(
	Rectangle bounds,
	Rectangle stageBounds,
	string text
)
Public Sub Redraw ( _
	bounds As Rectangle, _
	stageBounds As Rectangle, _
	text As String _
)
public:
void Redraw(
	Rectangle^ bounds, 
	Rectangle^ stageBounds, 
	String^ text
)
Parameters
bounds (Rectangle)
stageBounds (Rectangle)
text (String)

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