SkiaSharp.SKPathEffect.Create2DLine C# (CSharp) Method

Create2DLine() public static method

public static Create2DLine ( float width, SKMatrix matrix ) : SKPathEffect
width float
matrix SKMatrix
return SKPathEffect
		public static SKPathEffect Create2DLine(float width, SKMatrix matrix)
		{
			return GetObject<SKPathEffect>(SkiaApi.sk_path_effect_create_2d_line(width, ref matrix));
		}