Search
Thickness Constructor
See Also
 





Initializes a new instance of the Thickness class with the specified widths.

Namespace: MindFusion.Drawing
File: Thickness.js

 Syntax

JavaScript  Copy Code

function Thickness (left, top, right, bottom)

 Parameters

left

Specifies the width of the left side of the frame.

top

Specifies the width of the top side of the frame.

right

Specifies the width of the right side of the frame.

bottom

Specifies the width of the bottom side of the frame.

 See Also