Function Entry: VECTORIMAGE

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VECTORIMAGE

Name

`vectorimage`

Class

DCL image-drawing function

Syntax

(vector_image x1 y1 x2 y2 color)

Arguments and Values

  • x1, y1, x2, y2 — integer image coordinates.
  • color — integer color selector, including documented logical color numbers.

Description

Draws a vector in the currently active dialog box image from (x1,y1) to (x2,y2).

Return Values

Returns an integer representing the vector color.

Side Effects

Draws into the active DCL image context.

Notes

  • Autodesk documents the origin as the upper-left corner of the image.
  • This function operates between `startimage and endimage`.

Availability

  • AutoCAD 2026: documented (per Autodesk reference page).
  • BricsCAD V26: presumed compatible (no contradicting page found).
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.