Declaration
property CUR_XHotSpot: Integer;
Description
Specifies the horizontal position of the "hot spot". The hot spot is the point of the cursor that activates a click.
Default: 0
Example
// Set cursor hot spot
ImageEnView1.IO.Params.CUR_XHotSpot := 100;
ImageEnView1.IO.Params.CUR_YHotSpot := 100;
See Also
◼CUR_YHotSpot