Scope: Schematic editor
Object: Box Object
Prerequisites: None
Specifies the box location using two points (X1,Y1) and (X2,Y2).
Box.SetLocation(ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long)
All coordinates are measured in 100ths of an inch.
X coordinate of the lower left hand corner.
Y coordinate of the lower left hand corner.
X coordinate of the upper right hand corner.
Y coordinate of the upper right hand corner.