BoundaryHaveIntersection Method (Boundary, Double, Double, Double, Double)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Checks if the specified boundaries have intersection.

Namespace:  Apitron.PDF.Kit.FixedLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public static bool HaveIntersection(
	Boundary boundary,
	double x,
	double y,
	double width,
	double height
)

Parameters

boundary
Type: Apitron.PDF.Kit.FixedLayoutBoundary
The boundary.
x
Type: SystemDouble
The x.
y
Type: SystemDouble
The y.
width
Type: SystemDouble
The width.
height
Type: SystemDouble
The height.

Return Value

Type: Boolean
true the specified boundaries have intersection; otherwise, false.
See Also

Reference