Click or drag to resize

ConnectorGraphic(Int32, Int32, Int32, Int32) Constructor


Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjects
Assembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntax
public ConnectorGraphic(
	int startX,
	int startY,
	int endX,
	int endY
)
Request Example View Source

Parameters

startX  Int32
 
startY  Int32
 
endX  Int32
 
endY  Int32
 
See Also