CreateShape
TheCreateShapemethod creates a shape object.
ODShape CreateShape ();
- return value
- A reference to a new shape object.
DISCUSSION
Your part calls this method to create a shape object for any purpose.This method initializes the reference count of the returned shape object. When you have finished using that shape object, you should call its
Releasemethod.SEE ALSO
TheODFacet::CreateShapemethod (page 241).
The ODShape class (page 629).
Listing 2-22 on page 72 in OpenDoc Cookbook.
Table 11-1 on page 466 in OpenDoc Programmer's Guide.