Method ResetClipRect
ResetClipRect(SKCanvas)
Resets the clipping rectangle of the specified SKCanvas to its default bounds.
public static void ResetClipRect(SKCanvas canvas)
Parameters
Remarks
This method sets the clipping rectangle to match the full device bounds of the canvas. It ensures that subsequent drawing operations are not restricted by a previously applied clipping region.