C# Class SkiaSharp.SkiaExtensions

Datei anzeigen Open project: prepare/HTML-Renderer

Public Methods

Method Description
IsBgr ( this pg ) : bool
IsHorizontal ( this pg ) : bool
IsRgb ( this pg ) : bool
IsVertical ( this pg ) : bool

Method Details

IsBgr() public static method

public static IsBgr ( this pg ) : bool
pg this
return bool

IsHorizontal() public static method

public static IsHorizontal ( this pg ) : bool
pg this
return bool

IsRgb() public static method

public static IsRgb ( this pg ) : bool
pg this
return bool

IsVertical() public static method

public static IsVertical ( this pg ) : bool
pg this
return bool