SKData.Subset(UInt64, UInt64) Method

Definition

Creates a new SKData that points to a slice in this SKData.

public SkiaSharp.SKData Subset (ulong offset, ulong length);

Parameters

offset
UInt64

The offset of the data.

length
UInt64

The length for the new SKData.

Returns

Applies to