Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#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 1765

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.



CT Web help

CodeTyphon Studio