Class StbiWriteStreamWrapper
An easy to use stream wrapper for STBI image write functions.
public class StbiWriteStreamWrapper
- Inheritance
-
StbiWriteStreamWrapper
- Inherited Members
Remarks
Keep object alive for the duration of the write operation.
Constructors
StbiWriteStreamWrapper(Stream)
public StbiWriteStreamWrapper(Stream stream)
Parameters
stream
Stream
Properties
Callback
public nint Callback { get; }
Property Value
Operators
implicit operator nint(in StbiWriteStreamWrapper)
public static implicit operator nint(in StbiWriteStreamWrapper wrapper)
Parameters
wrapper
StbiWriteStreamWrapper