StatusUpdateEventArgs Constructor

Definition

Namespace: DWSIM.Drawing.SkiaSharp
Assembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 10.0.0.0
public StatusUpdateEventArgs(
	StatusUpdateType UpdateType,
	IGraphicObject Selection,
	string StatusMessage,
	SKPoint Coord,
	float Amt
)

Parameters

UpdateType  StatusUpdateType
 
Selection  IGraphicObject
 
StatusMessage  String
 
Coord  SKPoint
 
Amt  Single
 

See Also