CreateBiLevel()

IImageTransformOperationFactory::CreateBiLevel(float) method

Creates BiLevel effect.

virtual System::SharedPtr<IBiLevel> Aspose::Slides::Effects::IImageTransformOperationFactory::CreateBiLevel(float threshold)=0

Arguments

ParameterTypeDescription
thresholdfloatThreshold.

Return Value

BiLevel effect.

See Also