Click or drag to resize

StiImageTransparenceHelperGetTransparentedImage Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Helpers.StiImageTransparenceHelper.GetTransparentedImage(System.Drawing.Image,System.Single)"]

Namespace:  Stimulsoft.Report.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Bitmap GetTransparentedImage(
	Image source,
	float transparency
)

Parameters

source
Type: System.DrawingImage

[Missing <param name="source"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageTransparenceHelper.GetTransparentedImage(System.Drawing.Image,System.Single)"]

transparency
Type: SystemSingle

[Missing <param name="transparency"/> documentation for "M:Stimulsoft.Report.Helpers.StiImageTransparenceHelper.GetTransparentedImage(System.Drawing.Image,System.Single)"]

Return Value

Type: Bitmap

[Missing <returns> documentation for "M:Stimulsoft.Report.Helpers.StiImageTransparenceHelper.GetTransparentedImage(System.Drawing.Image,System.Single)"]

See Also