Click or drag to resize

StiMapInteractionContainerAdd Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiMapInteractionContainer.Add(System.String,System.Collections.Generic.List{System.Drawing.Drawing2D.GraphicsPath})"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Add(
	string key,
	List<GraphicsPath> path
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Stimulsoft.Report.Painters.StiMapInteractionContainer.Add(System.String,System.Collections.Generic.List{System.Drawing.Drawing2D.GraphicsPath})"]

path
Type: System.Collections.GenericListGraphicsPath

[Missing <param name="path"/> documentation for "M:Stimulsoft.Report.Painters.StiMapInteractionContainer.Add(System.String,System.Collections.Generic.List{System.Drawing.Drawing2D.GraphicsPath})"]

See Also