Click or drag to resize

IViewModelOnRender Method


Namespace: ArthaChitra.Core.ViewModel
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
void OnRender(
	DrawingContext dc,
	FrameworkElement source,
	double actualWidth,
	double actualHeight,
	bool isBackground
)

Parameters

dc  DrawingContext
 
source  FrameworkElement
 
actualWidth  Double
 
actualHeight  Double
 
isBackground  Boolean
 
See Also