DocumentPageContains Method

Checks if a given point is contained in the document page.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public bool Contains(
	Point value,
	bool multiColumnPages
)

Parameters

value  Point
Point to check.
multiColumnPages  Boolean
Determines whether pages are shown in multi columns mode.

Return Value

Boolean
Returnes if a given point is contained in the document page, otherwise.

See Also