Click or drag to resize

TextGraphic(SKPoint, String) Constructor


Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjects
Assembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntax
public TextGraphic(
	SKPoint graphicPosition,
	string text
)
Request Example View Source

Parameters

graphicPosition  SKPoint
 
text  String
 
See Also