In The Hand LtdIn The Hand
EncoderParameter Constructor (encoder, value, undefined)
NamespacesInTheHand.Drawing.ImagingEncoderParameterEncoderParameter(Encoder, Byte, Boolean)
.NET Components for Mobility
Initializes a new instance of the EncoderParameter class with the specified Encoder object and one 8-bit value. Sets the ValueType property to ValueTypeUndefined or ValueTypeByte, and sets the NumberOfValues property to 1.
Declaration Syntax
C#Visual Basic
public EncoderParameter(
	Encoder encoder,
	byte value,
	bool undefined
)
Public Sub New ( _
	encoder As Encoder, _
	value As Byte, _
	undefined As Boolean _
)
Parameters
encoder (Encoder)

[Missing <param name="encoder"/> documentation for "M:InTheHand.Drawing.Imaging.EncoderParameter.#ctor(InTheHand.Drawing.Imaging.Encoder,System.Byte,System.Boolean)"]

value (Byte)

[Missing <param name="value"/> documentation for "M:InTheHand.Drawing.Imaging.EncoderParameter.#ctor(InTheHand.Drawing.Imaging.Encoder,System.Byte,System.Boolean)"]

undefined (Boolean)

[Missing <param name="undefined"/> documentation for "M:InTheHand.Drawing.Imaging.EncoderParameter.#ctor(InTheHand.Drawing.Imaging.Encoder,System.Byte,System.Boolean)"]

Assembly: InTheHand.Drawing (Module: InTheHand.Drawing) Version: 7.0.0.0