JPlanner Programmer's Guide
SizeD Constructor (Double, Double)
See Also
 






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

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

 Syntax

Java  Copy Code

public SizeD (
    double width,
    double height
)

 Parameters

width

The width of the new size.

height

The height of the new size.

 See Also

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