| ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateCurve Method |
Creates a Curve mark.
CreateCurve(Points as IGPointArray, Border as IGArtXBorder,
Tension as DOUBLE, Opacity as Long) as IIGArtXCurve
| Name | Description |
|---|---|
| lpPoints | Array of the mark's points. |
| nNumOfPoints | Number of the mark's points. |
| pLine | Line attributes. |
| dTension | Curve tension attribute. |
| nOpacity | Opacity of the mark. |
| lphMark | Pointer to the created mark. |
New instance of IGArtXCurve Class.