Click or drag to resize

HitTestArgsT Constructor


Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public HitTestArgs(
	T viewModel,
	Point point,
	double actualWidth,
	double actualHeight
)

Parameters

viewModel  T
 
point  Point
 
actualWidth  Double
 
actualHeight  Double
 
See Also