Click or drag to resize

VisualArgsT Constructor


Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public VisualArgs(
	T viewModel,
	double actualWidth,
	double actualHeight,
	Point point,
	double min,
	double max,
	ScaleType scaleType
)

Parameters

viewModel  T
 
actualWidth  Double
 
actualHeight  Double
 
point  Point
 
min  Double
 
max  Double
 
scaleType  ScaleType
 
See Also