Point Method (Viewport Object)

Scope: Schematic editor

Object: Viewport Object

Prerequisites: None

Draws a pixel at a specified location.

Usage

Viewport.Point(ByVal X As Long, ByVal Y As Long)

Arguments

Note:

All coordinates are measured in 100ths of an inch.

X

X coordinate for the pixel.

Y

Y coordinate for the pixel.