GraphicsSurfaceFindObjectsAtBounds Method

Definition

Namespace: DWSIM.Drawing.SkiaSharp
Assembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 10.0.0.0
public List<GraphicObject> FindObjectsAtBounds(
	double x,
	double y,
	double w,
	double h
)

Parameters

x  Double
 
y  Double
 
w  Double
 
h  Double
 

Return Value

ListGraphicObject

See Also