SKPaint.Clone Method

Definition

Creates a copy of the current paint.

public SkiaSharp.SKPaint Clone ();

Returns

Returns the copy.

Remarks

The copy is a shallow copy, all references will still point to the same objects.

Applies to