Click or drag to resize

StiBingMapHelperDrawImage Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiBingMapHelper.DrawImage(Stimulsoft.Base.IStiAppComponent,System.Drawing.Size,System.Collections.Hashtable,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.String,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void DrawImage(
	IStiAppComponent element,
	Size size,
	Hashtable mapData,
	Graphics g,
	RectangleD location,
	string elementKey,
	bool ignoreSize = false,
	bool isExporting = false
)

Parameters

element
Type: Stimulsoft.BaseIStiAppComponent

[Missing <param name="element"/> documentation for "M:Stimulsoft.Base.Drawing.StiBingMapHelper.DrawImage(Stimulsoft.Base.IStiAppComponent,System.Drawing.Size,System.Collections.Hashtable,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.String,System.Boolean,System.Boolean)"]

size
Type: System.DrawingSize

[Missing <param name="size"/> documentation for "M:Stimulsoft.Base.Drawing.StiBingMapHelper.DrawImage(Stimulsoft.Base.IStiAppComponent,System.Drawing.Size,System.Collections.Hashtable,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.String,System.Boolean,System.Boolean)"]

mapData
Type: System.CollectionsHashtable

[Missing <param name="mapData"/> documentation for "M:Stimulsoft.Base.Drawing.StiBingMapHelper.DrawImage(Stimulsoft.Base.IStiAppComponent,System.Drawing.Size,System.Collections.Hashtable,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.String,System.Boolean,System.Boolean)"]

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Base.Drawing.StiBingMapHelper.DrawImage(Stimulsoft.Base.IStiAppComponent,System.Drawing.Size,System.Collections.Hashtable,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.String,System.Boolean,System.Boolean)"]

location
Type: Stimulsoft.Base.DrawingRectangleD

[Missing <param name="location"/> documentation for "M:Stimulsoft.Base.Drawing.StiBingMapHelper.DrawImage(Stimulsoft.Base.IStiAppComponent,System.Drawing.Size,System.Collections.Hashtable,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.String,System.Boolean,System.Boolean)"]

elementKey
Type: SystemString

[Missing <param name="elementKey"/> documentation for "M:Stimulsoft.Base.Drawing.StiBingMapHelper.DrawImage(Stimulsoft.Base.IStiAppComponent,System.Drawing.Size,System.Collections.Hashtable,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.String,System.Boolean,System.Boolean)"]

ignoreSize (Optional)
Type: SystemBoolean

[Missing <param name="ignoreSize"/> documentation for "M:Stimulsoft.Base.Drawing.StiBingMapHelper.DrawImage(Stimulsoft.Base.IStiAppComponent,System.Drawing.Size,System.Collections.Hashtable,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.String,System.Boolean,System.Boolean)"]

isExporting (Optional)
Type: SystemBoolean

[Missing <param name="isExporting"/> documentation for "M:Stimulsoft.Base.Drawing.StiBingMapHelper.DrawImage(Stimulsoft.Base.IStiAppComponent,System.Drawing.Size,System.Collections.Hashtable,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.String,System.Boolean,System.Boolean)"]

See Also