ASP.NET Pack Programmer's Guide
ScriptHelper.createThickness Method
See Also
 






Creates a Thickness instance with the specified border sizes.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public Thickness createThickness (
    float left,
    float top,
    float right,
    float bottom
)

 Parameters

left

The thickness for the left side of the rectangle.

top

The thickness for the top side of the rectangle.

right

The thickness for the right side of the rectangle.

bottom

The thickness for the bottom side of the rectangle.

 Return Value

A Thickness instance.

 See Also

ScriptHelper Members
ScriptHelper Class
com.mindfusion.diagramming Namespace