CreateAlphaBiLevel()

ImageTransformOperationFactory::CreateAlphaBiLevel(float) method

Creates Alpha BiLevel effect.

System::SharedPtr<IAlphaBiLevel> Aspose::Slides::Effects::ImageTransformOperationFactory::CreateAlphaBiLevel(float threshold) override

Arguments

ParameterTypeDescription
thresholdfloatThreshold.

Return Value

Alpha BiLevel effect.

See Also