The CairoContent class
(Não há informação de versão disponível, talvez apenas no SVN)
Introdução
CairoContent is used to describe the content that a surface will contain, whether color information, alpha information (translucence vs. opacity), or both.
Note: The large values here are designed to keep CairoContent values distinct from CairoContent values so that the implementation can detect the error if users confuse the two types.
Sinopse da classe
CairoContent
{
/* Constantes */
}Constantes pré-definidas
-
CairoContent::COLOR -
The surface will hold color content only.
-
CairoContent::ALPHA -
The surface will hold alpha content only.
-
CairoContent::COLOR_ALPHA -
The surface will hold color and alpha content.
There are no user contributed notes for this page.
