Enum ReadOrigin
- Namespace
- SixLabors.ImageSharp
- Assembly
- SixLabors.ImageSharp.dll
Specifies the position in a stream to use for reading.
public enum ReadOrigin
Fields
Begin = 0
Specifies the beginning of a stream.
Current = 1
Specifies the current position within a stream.