Class GifDecoderOptions
Inheritance
System.Object
GifDecoderOptions
Assembly: PhotoSauce.MagicScaler.dll
Syntax
public sealed class GifDecoderOptions : ValueType, IMultiFrameDecoderOptions, IDecoderOptions
Constructors
GifDecoderOptions(Range)
Declaration
public GifDecoderOptions(Range FrameRange)
Parameters
Type |
Name |
Description |
System.Range |
FrameRange |
The System.Range of frames to decode.
|
Properties
Default
Default GIF decoder options.
Declaration
public static GifDecoderOptions Default { get; }
Property Value
FrameRange
The System.Range of frames to decode.
Declaration
public Range FrameRange { get; set; }
Property Value
Type |
Description |
System.Range |
|
Methods
Deconstruct(out Range)
Declaration
public void Deconstruct(out Range FrameRange)
Parameters
Type |
Name |
Description |
System.Range |
FrameRange |
|
Equals(GifDecoderOptions)
Declaration
public bool Equals(GifDecoderOptions other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Operators
Equality(GifDecoderOptions, GifDecoderOptions)
Declaration
public static bool operator ==(GifDecoderOptions left, GifDecoderOptions right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(GifDecoderOptions, GifDecoderOptions)
Declaration
public static bool operator !=(GifDecoderOptions left, GifDecoderOptions right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>