IBitmap.ApplyOpacity

IBitmap.ApplyOpacity method

Applies the specified opacity to the bitmap image.

public void ApplyOpacity(float opacity)
ParameterTypeDescription
opacitySingleThe opacity value to apply.

See Also