Jump to content

GpiQueryLineWidth: 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:0221:02, 6 April 2025 Iturbide talk contribs 1,892 bytes +1,892 Created page with "This function returns the current value of the cosmetic line-width attribute, as set by the GpiSetLineWidth function. ==Syntax== GpiQueryLineWidth(hps) ==Parameters== ; hps (HPS) - input : Presentation-space handle. ==Return Value== ; fxLineWidth (FIXED) - returns : Line width. :; LINEWIDTH_DEFAULT (0L) :: Default :; LINEWIDTH_NORMAL (1L) :: Normal width (1.0) :; LINEWIDTH_THICK (2L) :: Thick line :; LINEWIDTH_ERROR (-1L) :: Error. ==Remarks== This funct..."