Click or drag to resize

StatusUpdateEventArgs Constructor


Namespace: DWSIM.Drawing.SkiaSharp
Assembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntax
public StatusUpdateEventArgs(
	StatusUpdateType UpdateType,
	IGraphicObject Selection,
	string StatusMessage,
	SKPoint Coord,
	float Amt
)
Request Example View Source

Parameters

UpdateType  StatusUpdateType
 
Selection  IGraphicObject
 
StatusMessage  String
 
Coord  SKPoint
 
Amt  Single
 
See Also