Text Method (Viewport Object)

Scope: Schematic editor

Object: Viewport Object

Prerequisites: None

Draws a text string at the specified location.

Usage

Viewport.Text(ByVal X As Long, ByVal Y As Long, ByVal String As String, ByVal Flags As VdTextFlags)

Arguments

Note:

All coordinates are measured in 100ths of an inch.

X

X coordinate.

Y

Y coordinate.

String

The actual text message that is to be drawn.

Flags

Text flags, of the form VdTextFlags Enum.