EncoderParameters Class
Definition
Encapsulates an array of EncoderParameter objects.
public ref class EncoderParameters sealed : IDisposable
public sealed class EncoderParameters : IDisposable
type EncoderParameters = class
interface IDisposable
Public NotInheritable Class EncoderParameters
Implements IDisposable
- Inheritance
-
EncoderParameters
- Implements
Constructors
EncoderParameters() |
Initializes a new instance of the EncoderParameters class that can contain one EncoderParameter object. |
EncoderParameters(Int32) |
Initializes a new instance of the EncoderParameters class that can contain the specified number of EncoderParameter objects. |
Properties
Param |
Gets or sets an array of EncoderParameter objects. |
Methods
Dispose() |
Releases all resources used by this EncoderParameters object. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |