VpeGetPenStyle

<< Click to Display Table of Contents >>

Navigation:  Drawing Functions >

VpeGetPenStyle

Previous pageReturn to chapter overviewNext page

Returns the style of the pen.

int VpeGetPenStyle(

VpeHandle hDoc

)

VpeHandle hDoc

Document Handle or VPE Object Handle

Returns:

one of the windows pen styles; possible values are:

Constant Name

Value

Comment

PS_SOLID

0

 

PS_DASH

1

-------

PS_DOT

2

........

PS_DASHDOT

3

_._._._

PS_DASHDOTDOT

4

_.._.._