Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
public int PageIdxAtPoint(
	int x,
	int y,
	out int row,
	out int col
)
Visual Basic (Declaration)
Public Function PageIdxAtPoint ( _
	x As Integer, _
	y As Integer, _
	<OutAttribute> ByRef row As Integer, _
	<OutAttribute> ByRef col As Integer _
) As Integer

Parameters

x
Type: System..::.Int32
y
Type: System..::.Int32
row
Type: System..::.Int32%
col
Type: System..::.Int32%

See Also