Class SKGraphics
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public static class SKGraphics
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
DumpMemoryStatistics(SKTraceMemoryDump)
public static void DumpMemoryStatistics(SKTraceMemoryDump dump)
Parameters
dump SKTraceMemoryDump
GetFontCacheCountLimit()
public static int GetFontCacheCountLimit()
Returns
GetFontCacheCountUsed()
public static int GetFontCacheCountUsed()
Returns
GetFontCacheLimit()
public static long GetFontCacheLimit()
Returns
GetFontCacheUsed()
public static long GetFontCacheUsed()
Returns
GetResourceCacheSingleAllocationByteLimit()
public static long GetResourceCacheSingleAllocationByteLimit()
Returns
GetResourceCacheTotalByteLimit()
public static long GetResourceCacheTotalByteLimit()
Returns
GetResourceCacheTotalBytesUsed()
public static long GetResourceCacheTotalBytesUsed()
Returns
Init()
public static void Init()
PurgeAllCaches()
public static void PurgeAllCaches()
PurgeFontCache()
public static void PurgeFontCache()
PurgeResourceCache()
public static void PurgeResourceCache()
SetFontCacheCountLimit(int)
public static int SetFontCacheCountLimit(int count)
Parameters
count int
Returns
SetFontCacheLimit(long)
public static long SetFontCacheLimit(long bytes)
Parameters
bytes long
Returns
SetResourceCacheSingleAllocationByteLimit(long)
public static long SetResourceCacheSingleAllocationByteLimit(long bytes)
Parameters
bytes long
Returns
SetResourceCacheTotalByteLimit(long)
public static long SetResourceCacheTotalByteLimit(long bytes)
Parameters
bytes long