EncoderParameters 類別
定義
封裝 EncoderParameter 物件的陣列。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
- 繼承
-
EncoderParameters
- 實作
建構函式
EncoderParameters() |
初始化 EncoderParameters 類別的新執行個體,這個執行個體可以含有一個 EncoderParameter 物件。Initializes a new instance of the EncoderParameters class that can contain one EncoderParameter object. |
EncoderParameters(Int32) |
初始化 EncoderParameters 類別的新執行個體,這個執行個體可以含有指定數目的 EncoderParameter 物件。Initializes a new instance of the EncoderParameters class that can contain the specified number of EncoderParameter objects. |
屬性
Param |
取得或設定 EncoderParameter 物件的陣列。Gets or sets an array of EncoderParameter objects. |
方法
Dispose() |
釋放這個 EncoderParameters 物件使用的所有資源。Releases all resources used by this EncoderParameters object. |
Equals(Object) |
判斷指定的物件是否等於目前的物件。Determines whether the specified object is equal to the current object. (繼承來源 Object) |
GetHashCode() |
作為預設雜湊函數。Serves as the default hash function. (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。Gets the Type of the current instance. (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。Creates a shallow copy of the current Object. (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。Returns a string that represents the current object. (繼承來源 Object) |