Click or drag to resize

LogMessageOnRender Method


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public override 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
 

Implements

IRenderOnRender(DrawingContext, Point, Double, Double, Double, Double)
See Also