Table of Contents
AcmBorder Constructor
Overload List
Name Description
AcmBorder(); Creates a new instance of the AcmBorder class.
AcmBorder(AcmLineInfo, AcmLineInfo, AcmLineInfo, AcmLineInfo); Creates a new instance of the AcmBorder class using the provided line information.
AcmBorder(AcmLineInfo); Creates a new instance of the AcmBorder class using the same line information on all sides.
AcmBorder(float); Creates a new instance of the AcmBorder class using solid black lines with the specific width on all sides.
AcmBorder(Color, float); Creates a new instance of the AcmBorder class with solid lines on all sides with the specific color and width.
See Also