Jump to content

GpiQueryLineJoin: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 April 2025

  • curprev 21:0121:01, 6 April 2025 Iturbide talk contribs 1,845 bytes +1,845 Created page with "This function returns the current line-join attribute, as set by the GpiSetLineJoin function. ==Syntax== GpiQueryLineJoin(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; lLineJoin (LONG) - returns : Line join. :; LINEJOIN_DEFAULT (0L) :: Default :; LINEJOIN_BEVEL (1L) :: Bevel :; LINEJOIN_ROUND (2L) :: Round :; LINEJOIN_MITRE (3L) :: Miter :; LINEJOIN_ERROR (-1L) :: Error. ==Remarks== This function is invalid when..."