Graphic Object ExtensionDraw Round Rect Method
Definition
Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjects
Assembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 10.0.0.0
Assembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 10.0.0.0
C#
public void DrawRoundRect(
Object g,
int x,
int y,
int width,
int height,
int radius,
SKPaint myBrush
)VB
Public Sub DrawRoundRect (
g As Object,
x As Integer,
y As Integer,
width As Integer,
height As Integer,
radius As Integer,
myBrush As SKPaint
)