Important: The information in this document is obsolete and should not be used for new development.
GetPickerOrigin
Determines the location of the upper-left corner of a dialog box containing a color picker.
pascal OSErr GetPickerOrigin ( picker thePicker, Point *where);
thePicker
- A color picker.
where
- A pointer to a location value. On output, the global coordinates for the upper-left corner of the dialog box.
DISCUSSION
In the value pointed to by thewhere
parameter, theGetPickerOrigin
function returns the global coordinates of the origin of the dialog box containing the color picker specified in the parameterthePicker
.