Method | Description | |
---|---|---|
AsStream ( ) : Stream | ||
AsStream ( bool streamDisposesData ) : Stream | ||
FromMallocMemory ( |
||
SKData ( ) : System | ||
SKData ( |
||
SKData ( byte bytes ) : System | ||
SaveTo ( Stream target ) : void | ||
Subset ( ulong offset, ulong length ) : |
||
ToArray ( ) : byte[] |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
SKData ( |
public AsStream ( bool streamDisposesData ) : Stream | ||
streamDisposesData | bool | |
return | Stream |
public static FromMallocMemory ( |
||
bytes | ||
length | ulong | |
return |
public SKData ( |
||
bytes | ||
length | ulong | |
return | System |
public Subset ( ulong offset, ulong length ) : |
||
offset | ulong | |
length | ulong | |
return |