Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
GMImage.AddPathLinetoHorizontalRel
Draws a horizontal line from the current point (cpx, cpy) to (x, cpy).
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
GraphicsMagick | 4.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "GMImage.AddPathLinetoHorizontalRel"; ImageRef; x ) More
Parameters
Parameter | Description | Example |
---|---|---|
ImageRef | The image reference number. | 1 |
x | The new relative x coordinate. | 100 |
Result
Returns OK or error.
Description
Draws a horizontal line from the current point (cpx, cpy) to (x, cpy).GMImage.AddPathLinetoHorizontalRel indicates that relative coordinates are supplied. At the end of the command, the new current point becomes (x, cpy) for the final value of x.
See also
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014
GMImage.AddPathLinetoHorizontalAbs - GMImage.AddPathLinetoRel