IViewModelOnRender Method | 
Namespace: ArthaChitra.Core.ViewModelAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxvoid OnRender(
	DrawingContext dc,
	FrameworkElement source,
	double actualWidth,
	double actualHeight,
	bool isBackground
)
Parameters
- dc  DrawingContext
 -  
 - source  FrameworkElement
 -  
 - actualWidth  Double
 -  
 - actualHeight  Double
 -  
 - isBackground  Boolean
 -  
 
See Also