SkiaSharp.SKPathEffect.Create2DLine C# (CSharp) Метод

Create2DLine() публичный статический Метод

public static Create2DLine ( float width, SKMatrix matrix ) : SKPathEffect
width float
matrix SKMatrix
Результат SKPathEffect
		public static SKPathEffect Create2DLine(float width, SKMatrix matrix)
		{
			return GetObject<SKPathEffect>(SkiaApi.sk_path_effect_create_2d_line(width, ref matrix));
		}