Click or drag to resize

StiImageUtilsGetImage Method (Assembly, String, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiImageUtils.GetImage(System.Reflection.Assembly,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(
	Assembly imageAssembly,
	string imageName,
	bool makeTransparent
)

Parameters

imageAssembly
Type: System.ReflectionAssembly

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

imageName
Type: SystemString

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

makeTransparent
Type: SystemBoolean

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

Return Value

Type: Bitmap

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

See Also