GetGXShape
Mac OSThe
GetGXShapemethod returns the geometric representation of this shape, expressed as a QuickDraw GX shape.
ODgxShape GetGXShape ();
- return value
- The QuickDraw GX shape that is equivalent to this shape.
DISCUSSION
The QuickDraw GX shape returned by this method is owned by this shape; you cannot modify it. However, when you no longer need it, you are responsible for deallocating its storage.This method calls the
GetPlatformShapemethod to obtain the QuickDraw GX shape.EXCEPTIONS
kODErrInvalidGraphicsSystem- The QuickDraw GX graphics system is not installed or available.
SEE ALSO
TheODgxShapetype (page 884).
TheODShape::GetPlatformShapemethod (page 639).
TheODShape::SetGXShapemethod (page 649).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help