Click or drag to resize

PerformanceVisualArgs Constructor


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

Parameters

viewModel  IPerformanceViewModel
 
actualWidth  Double
 
actualHeight  Double
 
point  Point
 
startIndex  Int32
 
endIndex  Int32
 
min  Double
 
max  Double
 
scaleType  ScaleType
 
See Also