Draw
TheDrawmethod tells this facet's part to draw itself within the specified portion of this facet.
void Draw (in ODShape invalidShape, in ODCanvas biasCanvas);
invalidShape- A reference to a shape within which the part should draw itself, expressed in frame coordinates.
biasCanvaskODNULLif the geometry is in platform-normal coordinates, otherwise a reference to the canvas object to whose coordinate space the geometry is biased.DISCUSSION
This facet's containing part calls this method when the embedded facets of this facet require updating. This method in turn calls theDrawmethod associated with this facet's part.SEE ALSO
TheODPart::Drawmethod (page 505).
TheODFacet::DrawChildrenmethod (page 244).
TheODFacet::DrawChildrenAlwaysmethod (page 245).
"The Draw Method of Your Part Editor" on page 158
"Invalidating and Updating" on page 214 in OpenDoc Programmer's Guide.
"Updating an Offscreen Canvas" on page 168 in OpenDoc Programmer's Guide.
"Invalidating and Updating" on page 214 in OpenDoc Programmer's Guide.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help