SetLocation Method (Box Object)

Scope: Schematic editor

Object: Box Object

Prerequisites: None

Specifies the box location using two points (X1,Y1) and (X2,Y2).

Usage

Box.SetLocation(ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long)

Arguments

Note:

All coordinates are measured in 100ths of an inch.

X1

X coordinate of the lower left hand corner.

Y1

Y coordinate of the lower left hand corner.

X2

X coordinate of the upper right hand corner.

Y2

Y coordinate of the upper right hand corner.