SetColor() | |
---|---|
Sets the foreground and background drawing colors. Syntax: XFRXDraw::SetColor(tfr, tfg, tfb[, tbr, tbg, tbb]) Parameters: tfr, tfg, tfb tbr, tbg, tbb | |
SetFont() | |
Sets font name and attributes for subsequent DrawText() or DrawTextBox() calls. Syntax: XFRXDraw::SetFont(tcFontName, tnSize[, tlBold[, tlItalic[, tlUnderline[, tlStrikeThrough]]]]) Parameters: tcFontName tnSize tlBold, tlItalics, tlUnderline, tlStrikeThrough | |
SetPos() | |
Sets the position where the text will be drawn by the subsequent DrawText() method call. Syntax: XFRXDraw::SetPos(tnXPos, tnYPos) Parameters: tnXPos, tnYPos | |
SetUnit() | |
Sets the drawing units. Syntax: XFRXDraw::SetUnit(tcUnit) Parameters: tcUnit The default unit is point. |
General
Content
Integrations