Click or drag to resize

StiImageUtilsGetImage Method (String, String, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.GetImage(System.String,System.String,System.Boolean)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static Bitmap GetImage(
	string assemblyName,
	string imageName,
	bool makeTransparent
)

Parameters

assemblyName
Type: SystemString

[Missing <param name="assemblyName"/> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.GetImage(System.String,System.String,System.Boolean)"]

imageName
Type: SystemString

[Missing <param name="imageName"/> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.GetImage(System.String,System.String,System.Boolean)"]

makeTransparent
Type: SystemBoolean

[Missing <param name="makeTransparent"/> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.GetImage(System.String,System.String,System.Boolean)"]

Return Value

Type: Bitmap

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.GetImage(System.String,System.String,System.Boolean)"]

See Also