createWebCGMRect

Hi All,
 
The current WebCGM Working Draft doesn't have a createWebCGMRect()
method. The setView() method takes a rectangle as input parameter, and
while the getObjectExtent() method returns a rect, it could be useful
for the user to create an empty rect. Could the following be considered
on the WebCGMPicture interface (same location as setView() ):
 
createWebCGMRect
Creates an WebCGMRect object outside of the document. The object is
initialized such that all values are set to 0 NVDC units. 

	No Parameters

	Return value
	
WebCGMRect	 	An WebCGMRect object.	

	No Exceptions

Received on Monday, 25 August 2008 14:06:13 UTC