Click or drag to resize

FuncsImage Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Functions.Funcs.Image(System.Object,System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Data.Functions
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public static Object Image(
	Object value,
	int width = 200,
	int height = 200
)

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Stimulsoft.Data.Functions.Funcs.Image(System.Object,System.Int32,System.Int32)"]

width (Optional)
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Stimulsoft.Data.Functions.Funcs.Image(System.Object,System.Int32,System.Int32)"]

height (Optional)
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Stimulsoft.Data.Functions.Funcs.Image(System.Object,System.Int32,System.Int32)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Data.Functions.Funcs.Image(System.Object,System.Int32,System.Int32)"]

See Also