RAD Studio VCL Reference
|
Specifies the Windows pen object handle.
property Handle: HPen;
__property HPen Handle;
The Handle property provides access to the Windows GDI object handle. TPen encapsulates the Windows pen object (HPEN). Use Handle when making a Windows API function call that requires the handle of a pen object. Handle is the Windows handle currently selected into the device context of the canvas.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|