Click or drag to resize

POINT Constructor (Int32, Int32)

Initializes a new instance of the POINT class

Namespace:  Kofax.OmniPageCSDK.ArgTypes
Assembly:  Kofax.OmniPageCSDK.ArgTypes (in Kofax.OmniPageCSDK.ArgTypes.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public POINT(
	int p_x,
	int p_y
)

Parameters

p_x
Type: SystemInt32
p_y
Type: SystemInt32
See Also