LAnnAutomation::GetAutoHilightPen

Summary

Gets the color of the pen that is used for highlighting.

Syntax

#include "ltwrappr.h"

virtual COLORREF LAnnAutomation::GetAutoHilightPen()

Returns

The color of the pen that is used for highlighting.

Comments

This function allows you to get the color of the pen that is used for highlighting and selecting.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

L_INT LAnnAutomation_GetAutoHilightPenExample() 
{ 
   LAnnAutomation LeadAutomation; 
   COLORREF crOldColor; 
 
   LeadAutomation.Create (); 
 
   crOldColor = LeadAutomation.GetAutoHilightPen(); 
 
   return SUCCESS; 
} 
Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.