Enum StreamWhence NamespaceSdl3Sharp.IO AssemblySdl3Sharp.dll Represents the reference point for seeking inside of a Stream public enum StreamWhence Fields Current = 1 Seek relative to the current position inside of the stream End = 2 Seek relative to the end of the stream Set = 0 Seek from the beginning of the stream