Principal > comp > gb.cairo > cairo > status 
 en fr de it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previo  Siguiente  Editar  Renombrar  Deshacer  Buscar  Administración  
Documentación  
¡Precaución! La página no está traducida.  Véase la versión inglesa 
Cairo.Status (gb.cairo)
Static Property Read Status As Integer

Checks whether an error has previously occurred, by returning the state of the current drawing.

Cairo uses a single status type to represent all kinds of errors. A status value of Cairo.StatusSuccess represents no error and has an integer value of zero. All other status values represent an error.

Cairo's error handling is designed to be easy to use and safe. All major cairo objects retain an error status internally which can be queried anytime by the users using this propiedad. In the mean time, it is safe to call all cairo functions normally even if the underlying objeto is in an error status. This means that no error handling code is required before or after each individual cairo function call.

This propiedad can take one of the following values: