PlotPoint

Plots a Point crosshair in the image.

PlotPoint Inputs

Syntax: PlotPoint(Point.Row,Point.Column,Name,Color,Show)

Parameter Description

Point

Specifies the image coordinates of the point to be plotted (-16777216 to 16777216).

Row

The row coordinate of the point.

Column

The column coordinate of the point.

Name

Specifies a text label to display with the graphic on the image.

Color

Specifies the color (Default = Green) of the plotted graphic.

Show

Specifies the display mode for the graphic overlay on the image.

0 = OFF

The graphic will be hidden, except when the cell containing the function is highlighted in the spreadsheet.

1 = ON (default)

The graphic will be displayed at all times.

PlotPoint Outputs

Returns

A Plot data structure containing the graphic.

For more information, see Image Functions, Graphics Functions, or Property Sheet