dxGetPenData(HPEN,TLogPen) Method
In This Article
Returns settings of a pen object identified by its handle.
#Declaration
#Parameters
Name | Type |
---|---|
APen |
HPEN |
ALog |
TLog |
#Returns
Type |
---|
Boolean |
#Remarks
Call this function to obtain the style, width, and color of the pen object whose handle is passed as the APenHandle parameter. The function stores the pen settings to the ALogPen parameter and returns True if these settings are found. Otherwise, False is returned.
See Also