C# Class Veso.Drawing.Skia.SkiaHelper

Class containing helper methods for working with SkiaSharp.
Exibir arquivo Open project: vesoapp/veso

Public Methods

Method Description
EnsureSuccess ( SKCodecResult result ) : void

Ensures the result is a success by throwing an exception when that's not the case.

Method Details

EnsureSuccess() public static method

Ensures the result is a success by throwing an exception when that's not the case.
public static EnsureSuccess ( SKCodecResult result ) : void
result SKCodecResult The result returned by Skia.
return void