Reset
TheResetmethod replaces this shape's geometric representation with an empty area.
void Reset ();DISCUSSION
Except for shapes created by theCopymethod, newly created shapes start out as empty shapes; this method changes a shape back to the initial state.The effect of this method is the same as replacing this shape with an empty rectangle by using the
SetRectanglemethod with the empty rectangle (0, 0, 0, 0). However, theResetmethod is slightly more efficient.SEE ALSO
TheODShape::SetRectanglemethod (page 653).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help