Mètode GetDrawingStyle
Disponible per als objectes Window i Picture.
Prototip
GetDrawingStyle Proto hWnd:HWND
Sintaxi
Invoke GetDrawingStyle, hWnd
Funció
Llegeix la propietat DrawingStyle d'un objecte.
Paràmetres
hWnd
"Handle" de l'objecte.
Valor de retorn
Eax torna l'estil actual de pinzell de l'objecte.
Els possibles valors de retorn són:
0 ecSolid
1 ecDash
2 ecDot
3 ecDashDot
4 ecDashDotDot
5 ecNull
6 ecInsideFrame
OBSERVACIONS: L'estil del pinzell s'utilitza per dibuixar en
els mètodes Circle i Line.