Click or drag to resize

StiContextFillRectangle Method (Object, Rectangle, StiInteractionDataGeom, Int32)

[Missing <summary> documentation for "M:Stimulsoft.Base.Context.StiContext.FillRectangle(System.Object,System.Drawing.Rectangle,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 FillRectangle(
	Object brush,
	Rectangle rect,
	StiInteractionDataGeom interaction = null,
	int elementIndex = -1
)

Parameters

brush
Type: SystemObject

[Missing <param name="brush"/> documentation for "M:Stimulsoft.Base.Context.StiContext.FillRectangle(System.Object,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

rect
Type: System.DrawingRectangle

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Context.StiContext.FillRectangle(System.Object,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

interaction (Optional)
Type: Stimulsoft.Base.ContextStiInteractionDataGeom

[Missing <param name="interaction"/> documentation for "M:Stimulsoft.Base.Context.StiContext.FillRectangle(System.Object,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

elementIndex (Optional)
Type: SystemInt32

[Missing <param name="elementIndex"/> documentation for "M:Stimulsoft.Base.Context.StiContext.FillRectangle(System.Object,System.Drawing.Rectangle,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

See Also