EncoderParameters()

EncoderParameters::EncoderParameters(int) constructor

Constructs a new instance of EncoderParameters class.

System::Drawing::Imaging::EncoderParameters::EncoderParameters(int count=1)

Arguments

ParameterTypeDescription
countintThe number of EncodeParameter objects to be represented by the object being created.

See Also