Click or drag to resize

StiContextFillRectangle Method (Object, Single, Single, Single, Single, StiInteractionDataGeom, Int32)

[Missing <summary> documentation for "M:Stimulsoft.Base.Context.StiContext.FillRectangle(System.Object,System.Single,System.Single,System.Single,System.Single,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,
	float x,
	float y,
	float width,
	float height,
	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.Single,System.Single,System.Single,System.Single,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

x
Type: SystemSingle

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

y
Type: SystemSingle

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

width
Type: SystemSingle

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

height
Type: SystemSingle

[Missing <param name="height"/> documentation for "M:Stimulsoft.Base.Context.StiContext.FillRectangle(System.Object,System.Single,System.Single,System.Single,System.Single,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.Single,System.Single,System.Single,System.Single,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.Single,System.Single,System.Single,System.Single,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

See Also