Mono Class Library: Cairo Namespace

Cairo.Content Enumeration

Used to describe the content that a surface will contain, whether color information, alpha information (translucence vs. opacity), or both. [Edit]
public enum Content

Remarks

[Edit]

Members

Member NameDescription
AlphaThe surface will hold alpha content only. [Edit]
ColorThe surface will hold color content only. [Edit]
ColorAlphaThe surface will hold color and alpha content. [Edit]

Requirements

Namespace: Cairo
Assembly: Mono.Cairo (in Mono.Cairo.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0