SkiaSharp.SKPaint.SKPaint C# (CSharp) Method

SKPaint() public method

public SKPaint ( ) : System
return System
		public SKPaint ()
			: this (SkiaApi.sk_paint_new (), true)
		{
			if (Handle == IntPtr.Zero) {
				throw new InvalidOperationException ("Unable to create a new SKPaint instance.");
			}
		}
		

Same methods

SKPaint::SKPaint ( IntPtr handle, bool owns ) : System