SKFileStream.OpenStream(String) Method

Definition

Opens a read-only stream to the specified file.

public static SkiaSharp.SKStreamAsset OpenStream (string path);

Parameters

path
String

The path to the file to open.

Returns

Returns a stream that contains the file contents.

Applies to