Click or drag to resize

StiContextDrawPath Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawPath(Stimulsoft.Base.Context.StiPenGeom,System.Collections.Generic.List{Stimulsoft.Base.Context.StiSegmentGeom},System.Object)"]

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void DrawPath(
	StiPenGeom pen,
	List<StiSegmentGeom> path,
	Object rect
)

Parameters

pen
Type: Stimulsoft.Base.ContextStiPenGeom

[Missing <param name="pen"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawPath(Stimulsoft.Base.Context.StiPenGeom,System.Collections.Generic.List{Stimulsoft.Base.Context.StiSegmentGeom},System.Object)"]

path
Type: System.Collections.GenericListStiSegmentGeom

[Missing <param name="path"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawPath(Stimulsoft.Base.Context.StiPenGeom,System.Collections.Generic.List{Stimulsoft.Base.Context.StiSegmentGeom},System.Object)"]

rect
Type: SystemObject

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawPath(Stimulsoft.Base.Context.StiPenGeom,System.Collections.Generic.List{Stimulsoft.Base.Context.StiSegmentGeom},System.Object)"]

See Also