GraphicObjectGetPointValue Method

Definition

Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjects
Assembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 10.0.0.0
public virtual double GetPointValue(
	PointValueType type,
	int X,
	int Y,
	List<Object> args
)

Parameters

type  PointValueType
 
X  Int32
 
Y  Int32
 
args  ListObject
 

Return Value

Double

Implements

IGraphicObjectGetPointValue(PointValueType, Int32, Int32, ListObject)

See Also