Declaration
property CUR_YHotSpot: Integer;
Description
Specifies the vertical 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_XHotSpot