GraphicsSurfaceFindObjectsAtBounds Method |
Namespace: DWSIM.Drawing.SkiaSharpAssembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntax public List<GraphicObject> FindObjectsAtBounds(
double x,
double y,
double w,
double h
)
Public Function FindObjectsAtBounds (
x As Double,
y As Double,
w As Double,
h As Double
) As List(Of GraphicObject)
Request Example
View SourceParameters
- x Double
-
- y Double
-
- w Double
-
- h Double
-
Return Value
ListGraphicObjectSee Also