GraphicObjectGetStrokePaint Method |
Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjectsAssembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntax public SKPaint GetStrokePaint(
SKColor color,
float StrokeWidth
)
Public Function GetStrokePaint (
color As SKColor,
StrokeWidth As Single
) As SKPaint
Request Example
View SourceParameters
- color SKColor
-
- StrokeWidth Single
-
Return Value
SKPaintSee Also