Table of Contents
AcmBorder Constructor (AcmLineInfo)

Creates a new instance of the AcmBorder class using the same line information on all sides.

Syntax
 public AcmBorder(
   AcmLineInfo all
);

Parameters

all
Border information on all sides.
Remarks

This constructor creates an AcmBorder object with all four sides using the same AcmLineInfo.

See Also