Click or drag to resize

StiComponentIntersectionHelperIsIntersect Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Helpers.StiComponentIntersectionHelper.IsIntersect(Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Components.StiPage,Stimulsoft.Report.Components.StiComponent)"]

Namespace:  Stimulsoft.Report.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static bool IsIntersect(
	RectangleD rect,
	StiPage page,
	StiComponent skipComp
)

Parameters

rect
Type: Stimulsoft.Base.DrawingRectangleD

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Helpers.StiComponentIntersectionHelper.IsIntersect(Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Components.StiPage,Stimulsoft.Report.Components.StiComponent)"]

page
Type: Stimulsoft.Report.ComponentsStiPage

[Missing <param name="page"/> documentation for "M:Stimulsoft.Report.Helpers.StiComponentIntersectionHelper.IsIntersect(Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Components.StiPage,Stimulsoft.Report.Components.StiComponent)"]

skipComp
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="skipComp"/> documentation for "M:Stimulsoft.Report.Helpers.StiComponentIntersectionHelper.IsIntersect(Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Components.StiPage,Stimulsoft.Report.Components.StiComponent)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Report.Helpers.StiComponentIntersectionHelper.IsIntersect(Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Components.StiPage,Stimulsoft.Report.Components.StiComponent)"]

See Also