Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 531 Bytes

File metadata and controls

34 lines (26 loc) · 531 Bytes

PenSize

Description

Procedure PenSize sets the active line weight for the document.

PROCEDURE PenSize(lw : INTEGER);
def vs.PenSize(lw):
    return None

Parameters

Name Type Description
lw INTEGER Line weight (in mils). Fourteen (14) mils equals one pixel.

Examples

VectorScript

PenSize(28);

Python

Version

Availability: from All Versions

Category