eDriven Framework API
Apply Method (renderingPosition, globalPosition, renderingRect, localRenderingRect)
NamespaceseDriven.Gui.ComponentsGuiTransformBaseApply(Point, Point, Rect, Rect)
eDriven Framework API
Applies the transform info to a target
Usually called by the parent transform
Declaration Syntax
C#Visual BasicVisual C++
public void Apply(
	Point renderingPosition,
	Point globalPosition,
	Rect renderingRect,
	Rect localRenderingRect
)
Public Sub Apply ( _
	renderingPosition As Point, _
	globalPosition As Point, _
	renderingRect As Rect, _
	localRenderingRect As Rect _
)
public:
void Apply(
	Point^ renderingPosition, 
	Point^ globalPosition, 
	Rect renderingRect, 
	Rect localRenderingRect
)
Parameters
renderingPosition (Point)
globalPosition (Point)
renderingRect (Rect)
localRenderingRect (Rect)

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