ConnectorGraphic(Int32, Int32, Int32, Int32) Constructor |
Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjectsAssembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntax public ConnectorGraphic(
int startX,
int startY,
int endX,
int endY
)
Public Sub New (
startX As Integer,
startY As Integer,
endX As Integer,
endY As Integer
)
Request Example
View SourceParameters
- startX Int32
-
- startY Int32
-
- endX Int32
-
- endY Int32
-
See Also