IBitmap.SetTransparent

IBitmap.SetTransparent method

Sets the specified color as transparent in the bitmap image.

public void SetTransparent(Color color)
ParameterTypeDescription
colorColorThe color to set as transparent.

See Also