Finds the page at the specified point in the pane window.
Namespace:
C1.Win.C1PrintPreviewAssembly: C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public int PageIdxAtPoint( Point p, out int row, out int col ) |
Visual Basic (Declaration) |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Function PageIdxAtPoint ( _ p As Point, _ <OutAttribute> ByRef row As Integer, _ <OutAttribute> ByRef col As Integer _ ) As Integer |
Parameters
- p
- Type: System.Drawing..::.Point
The point
- row
- Type:
System..::.Int32%
Output, contains the 0-based row of the page in the preview window
- col
- Type:
System..::.Int32%
Output, contains the 0-based column of the page in the preview window