GC.getLineCap

Returns the receiver's line cap style, which will be one of the constants <code>SWT.CAP_FLAT</code>, <code>SWT.CAP_ROUND</code>, or <code>SWT.CAP_SQUARE</code>.

@return the cap style used for drawing lines

@exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul>

@since 3.1

class GC
int
getLineCap
(
)

Meta