Click or drag to resize

IRenderOnRender Method


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
void OnRender(
	DrawingContext dc,
	Point point,
	double actualWidth,
	double actualHeight,
	out double width,
	out double height
)

Parameters

dc  DrawingContext
 
point  Point
 
actualWidth  Double
 
actualHeight  Double
 
width  Double
 
height  Double
 
See Also