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

TPenHandleCache.CompareDescriptors

Compares the specified image descriptors to determine if they have the same pens and pattern data.

Declaration

Source position: graphics.pp line 630

public function TPenHandleCache.CompareDescriptors(

  Tree: TAVLTree;

  Desc1: Pointer;

  Desc2: Pointer

):Integer; override;

See also

TResourceCache.CompareDescriptors

  

CompareDescriptors - returns 0 if descriptors are equal, -1 if Desc1 is less, 1 if Desc1 is greater.


Version 4.0 Generated 2025-05-03 Home