Click or drag to resize

StiContextFillPath Method

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

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void FillPath(
	Object brush,
	List<StiSegmentGeom> path,
	Object rect,
	StiInteractionDataGeom interaction = null,
	int elementIndex = -1
)

Parameters

brush
Type: SystemObject

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

path
Type: System.Collections.GenericListStiSegmentGeom

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

rect
Type: SystemObject

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

interaction (Optional)
Type: Stimulsoft.Base.ContextStiInteractionDataGeom

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

elementIndex (Optional)
Type: SystemInt32

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

See Also