Click or drag to resize

GraphicObjectExtensionDrawRoundRect Method


Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjects
Assembly: 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
)
Request Example View Source

Parameters

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