GraphicObjectGetRect Method |
Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjectsAssembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntax public Object GetRect(
float x,
float y,
float width,
float height
)
Public Function GetRect (
x As Single,
y As Single,
width As Single,
height As Single
) As Object
Request Example
View SourceParameters
- x Single
-
- y Single
-
- width Single
-
- height Single
-
Return Value
ObjectSee Also