Mono Class Library: Cairo Namespace

Cairo.Status Enumeration

Reports the internal status of the Cairo system. When an error occurs, all further calls to acquire the status will report the error. [Edit]
public enum Status

Remarks

[Edit]

Members

Member NameDescription
ClipNotRepresentableDocumentation for this section has not yet been entered. [Edit]
FileNotFoundfile not found [Edit]
InvalidContentinvalid value for an input Cairo.Content [Edit]
InvalidDashinvalid value for a dash setting [Edit]
InvalidDscCommentinvalid value for a DSC comment [Edit]
InvalidFormatinvalid value for an input Cairo.Format [Edit]
InvalidIndexDocumentation for this section has not yet been entered. [Edit]
InvalidMatrixAn invalid matrix (not invertible) was used. [Edit]
InvalidPathDataInput path data not valid [Edit]
InvalidPopGroupNo saved group was found to pop. [Edit]
InvalidRestoreRestore was called on a Cairo graphics object without a matching or prior Save. [Edit]
InvalidStatusinvalid value for an input Cairo.Status [Edit]
InvalidStringinput string not valid UTF-8 [Edit]
InvalidVisualinvalid value for an input Visual [Edit]
NoCurrentPointNo current point is defined. [Edit]
NoMemoryOut of memory error. [Edit]
NullPointernull pointer [Edit]
PatternTypeMismatchthe pattern type is not appropriate for the operation [Edit]
ReadErrorerror while reading from input stream [Edit]
SuccessNo error has occured. [Edit]
SurfaceFinishedtarget surface has been finished [Edit]
SurfaceTypeMismatchthe surface type is not appropriate for the operation [Edit]
WriteErrorerror while writing to output stream [Edit]

Requirements

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