GraphicObjectExtensionDrawRoundRect Method |
Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjectsAssembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntax public void DrawRoundRect(
Object g,
int x,
int y,
int width,
int height,
int radius,
SKPaint myBrush
)
Public Sub DrawRoundRect (
g As Object,
x As Integer,
y As Integer,
width As Integer,
height As Integer,
radius As Integer,
myBrush As SKPaint
)
Request Example
View SourceParameters
- g Object
-
- x Int32
-
- y Int32
-
- width Int32
-
- height Int32
-
- radius Int32
-
- myBrush SKPaint
-
See Also