[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TCursorImageImage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements the image for a cursor, stored as an Icon.

Declaration

Source position: graphics.pp line 1752

type TCursorImageImage = class(TIconImage)

public

  constructor Create(); override;

  

Constructor for the class instance.

  property HotSpot: TPoint; [rw]

  

HotSpot - the coordinates of the point to which the cursor refers, and which represents the 'active' position on the current form or canvas.

end;

Inheritance

TCursorImageImage

  

Implements the image for a cursor, stored as an Icon.

|

TIconImage

  

TIconImage - a primitive Icon class with handles for the Bitmap, Mask and Palette.

|

TObject

Description

Provides a HotSpot property with the coordinates in the cursor that is the point that interacts with other elements on the screen.

See also

TIconImage

  

TIconImage - a primitive Icon class with handles for the Bitmap, Mask and Palette.


Version 3.2 Generated 2024-02-25 Home