Click or drag to resize

GraphicsSurfaceFindObjectAtBounds Method


Namespace: DWSIM.Drawing.SkiaSharp
Assembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntax
public GraphicObject FindObjectAtBounds(
	double x,
	double y,
	double w,
	double h
)
Request Example View Source

Parameters

x  Double
 
y  Double
 
w  Double
 
h  Double
 

Return Value

GraphicObject
See Also