AcquireUpdateShape
TheAcquireUpdateShapemethod returns a reference to the shape object defining the area of this canvas that needs to be updated.
ODShape AcquireUpdateShape ();
- return value
- A reference to the shape object defining the area of this canvas that needs to be updated.
DISCUSSION
OpenDoc calls this method internally; your part modifies the update shape of a canvas by calling its facet'sInvalidateandValidatemethods.This method increments the reference count of the returned shape. When the caller has finished using that shape, it should call the shape's
Releasemethod.SEE ALSO
TheODCanvas::Invalidatemethod (page 75).
TheODCanvas::ResetUpdateShapemethod (page 77).
TheODCanvas::Validatemethod (page 82).
TheODFacet::Invalidatemethod (page 250).
TheODFacet::Validatemethod (page 258).