In The Hand LtdIn The Hand
EncoderParameter Constructor (encoder, numerator, denominator)
NamespacesInTheHand.Drawing.ImagingEncoderParameterEncoderParameter(Encoder, array<Int32>[]()[][], array<Int32>[]()[][])
.NET Components for Mobility
Initializes a new instance of the EncoderParameter class with the specified Encoder object and two arrays of 32-bit integers. The two arrays represent an array of fractions. Sets the ValueType property to ValueTypeRational, and sets the NumberOfValues property to the number of elements in the numerator array, which must be the same as the number of elements in the denominator array.
Declaration Syntax
C#Visual Basic
public EncoderParameter(
	Encoder encoder,
	int[] numerator,
	int[] denominator
)
Public Sub New ( _
	encoder As Encoder, _
	numerator As Integer(), _
	denominator As Integer() _
)
Parameters
encoder (Encoder)
An Encoder object that encapsulates the globally unique identifier of the parameter category.
numerator (array<Int32>[]()[][])
An array of 32-bit integers that specifies the numerators of the fractions. The integers in the array must be nonnegative.
denominator (array<Int32>[]()[][])
An array of 32-bit integers that specifies the denominators of the fractions. The integers in the array must be nonnegative. A denominator of a given index is paired with the numerator of the same index.

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