CreateAlphaBiLevel()

IImageTransformOperationFactory::CreateAlphaBiLevel(float) method

Creates Alpha BiLevel effect.

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

Arguments

ParameterTypeDescription
thresholdfloatThreshold.

Return Value

Alpha BiLevel effect.

See Also