GetDrawingStyle method


Available for Window and Picture objects.

Prototype

GetDrawingStyle Proto hWnd:HWND

Syntax

Invoke GetDrawingStyle, hWnd

Function

Gets the DrawingStyle property for an object.

Parameters

hWnd

Handle to the object.

Return value

Eax returns the current pen style for the object.

Possible returned values are:

0  ecSolid
1  ecDash
2  ecDot
3  ecDashDot
4  ecDashDotDot
5  ecNull
6  ecInsideFrame


REMARKS: The pen style will be used for drawing in the Circle and Line methods.