Search
Size Constructor
See Also
 





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

Namespace: MindFusion.Drawing
File: Size.js

 Syntax

JavaScript  Copy Code

function Size (width, height)

 Parameters

width

Number. Specifies width.

height

Number. Specifies height.

 See Also