GraphicObjectExtensionDrawRoundRect Method

Definition

Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjects
Assembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 10.0.0.0
public void DrawRoundRect(
	Object g,
	int x,
	int y,
	int width,
	int height,
	int radius,
	SKPaint myBrush
)

Parameters

g  Object
 
x  Int32
 
y  Int32
 
width  Int32
 
height  Int32
 
radius  Int32
 
myBrush  SKPaint
 

See Also