Enum ReadOrigin
Specifies the position in a stream to use for reading.
Namespace: SixLabors.ImageSharp
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum ReadOrigin
Fields
Name | Description |
---|---|
Begin | Specifies the beginning of a stream. |
Current | Specifies the current position within a stream. |