Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.HitTest Method

Determines the area at a given location.

Syntax

VB.NETobject.HitTest(ByVal X As Single, ByVal Y As Single, ByRef Row As Integer, ByRef Column As Integer, ByRef RelativeX As Single, ByRef RelativeY As Single, ByRef DistanceX As Double, ByRef DistanceY As Double)
VBobject.HitTest(ByVal X As Single, ByVal Y As Single, Row As Integer, Column As Integer, RelativeX As Single, RelativeY As Single, DistanceX As Double, DistanceY As Double)
C#.NETvoid object.HitTest(float X, float Y, out short Row, out short Column, out float RelativeX, out float RelativeY, out double DistanceX, out double DistanceY);
VC++HRESULT object->HitTest(float X, float Y, short* Row, short* Column, float* RelativeX, float* RelativeY, double* DistanceX, double* DistanceY);
CHRESULT object->raw_HitTest(float X, float Y, short* Row, short* Column, float* RelativeX, float* RelativeY, double* DistanceX, double* DistanceY);

object

A SftPrintPreview object.

X

The x coordinate to be tested, relative to the top, left corner of the print preview control. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Y

The y coordinate to be tested, relative to the top, left corner of the print preview control. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Row

Returns the zero-based row number of the page number located at X, Y. If no preview page is located at X, Y, Row and Column return -1 and other returned values are undefined.

Column

Returns the zero-based column number of the page number located at X, Y. If no preview page is located at X, Y, Row and Column return -1 and other returned values are undefined.

RelativeX

Returns the horizontal offset from the edge of the displayed page to the location X, Y. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

RelativeY

Returns the vertical offset from the edge of the displayed page to the location X, Y. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

DistanceX

Returns the horizontal offset from the edge of the page to the location X, Y in inches. This is the actual distance on a printed page.

DistanceY

Returns the vertical offset from the edge of the page to the location X, Y in inches. This is the actual distance on a printed page.

Comments

The HitTest method determines the area at a given location.

The HitTest and HitTestPix methods are synonyms, but may use different coordinate systems.

The FirstPage property can be used to determine the first page displayed in multi-page mode (ZoomFactor property is 0). The page located at X, Y can be determined using FirstPage + Row * PageGroups + Column.

In single-page mode, the CurrentPage property contains the current page number (ZoomFactor property is set to a value other than 0). The page located at X, Y is the current page.

See Also SftPrintPreview Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.