Point for MoxyDraw

Creates a point.


Syntax:

Point
position X
position Y
point mode
point size

position X:

Sets the position point X.

position Y:

Sets the position point Y.

point mode:

Optional. (Pdmode) Sets the point mode for all existing and future points in the drawing. If omitted, the resident value will be used. Here are the available point modes:

pointmode

point size:

Optional. (Pdsize) Sets the point size for all existing and future points in the drawing IF point mode (Pdmode) is not set to 0 or 1. If omitted, the resident value will be used.

If set to 0, it creates a point at 5 percent of the drawing area height.

If value is > 0, it specifies an absolute size.

If value is < 0, it specifies a percentage of the viewport size.