JPlanner Programmer's Guide
Size Constructor (Int32, Int32)
See Also
 






Initializes a new instance of the Size class with the specified width and height.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public Size (
    int width,
    int height
)

 Parameters

width

The width of the new size.

height

The height of the new size.

 See Also

Size Constructor Overload List
Size Class
com.mindfusion.common Namespace