| ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreatePoint Method |
Creates a Point mark.
CreatePoint(
Point as IGPoint,
Color as IGColor,
Width as LONG,
Opacity as Long) as IIGArtXPoint
| Name | Description |
|---|---|
| lpPoint | Point position. |
| lpColor | Point color. |
| nWidth | Width of the point. |
| nOpacity | Opacity of the mark. |
| lphMark | Pointer to the created mark. |
New instance of IGArtXPoint Class.