EnergyStreamGraphicGetPointValue Method |
Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjects.ShapesAssembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntax public override double GetPointValue(
PointValueType type,
int X,
int Y,
List<Object> args
)
Public Overrides Function GetPointValue (
type As PointValueType,
X As Integer,
Y As Integer,
args As List(Of Object)
) As Double
Request Example
View SourceParameters
- type PointValueType
-
- X Int32
-
- Y Int32
-
- args ListObject
-
Return Value
DoubleSee Also