/** A value specifying a color in ARGB format, where each 8 bit color component specifiesalpha,red,green,andbluerespectively.Thealphavalueisoptional.
*/ typedeflong IA2Color;
/** @brief This interface is implemented by any object that can be rendered onthescreen.
/** @brief Returns the location of the upper left corner of the object's boundingboxrelativetotheimmediateparentobject. Thecoordinatesoftheboundingboxaregivenrelativetotheparent's coordinatesystem.Thecoordinatesofthereturnedpositionarerelative tothisobject'sparentorrelativetothescreenonwhichthisobject isrenderedifithasnoparent.Iftheobjectisnotonanyscreen thereturnedpositionis(0,0). @param[out]x @param[out]y @retvalS_OK
*/
[propget] HRESULT locationInParent
(
[out] long *x,
[out, retval] long *y
);
/** @brief Returns the foreground color of this object. @param[out]foreground Thereturnedcoloristheforegroundcolorofthisobjector,if thatisnotsupported,thedefaultforegroundcolor. @retvalS_OK
*/
[propget] HRESULT foreground
(
[out, retval] IA2Color *foreground
);
/** @brief Returns the background color of this object. @param[out]background Thereturnedcoloristhebackgroundcolorofthisobjector,if thatisnotsupported,thedefaultbackgroundcolor. @retvalS_OK
*/
[propget] HRESULT background
(
[out, retval] IA2Color *background
);
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet am 2026-08-23)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.