FloatingTableGraphic(ISimulationObject, Int32, Int32) Constructor |
Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjects.TablesAssembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntax public FloatingTableGraphic(
ref ISimulationObject owner,
int posX,
int posY
)
Public Sub New (
ByRef owner As ISimulationObject,
posX As Integer,
posY As Integer
)
Request Example
View SourceParameters
- owner ISimulationObject
-
- posX Int32
-
- posY Int32
-
See Also