Reports the internal status of the Cairo system. When an error occurs, all further calls to acquire the status will report the error.
Syntax
public enum Status
Remarks
Members
| Member Name | Description |
|---|
| ClipNotRepresentable | Documentation for this section has not yet been entered. |
| FileNotFound | file not found |
| InvalidContent | invalid value for an input Cairo.Content |
| InvalidDash | invalid value for a dash setting |
| invalid value for a DSC comment |
| InvalidFormat | invalid value for an input Cairo.Format |
| InvalidIndex | Documentation for this section has not yet been entered. |
| InvalidMatrix | An invalid matrix (not invertible) was used. |
| InvalidPathData | Input path data not valid |
| InvalidPopGroup | No saved group was found to pop. |
| InvalidRestore | Restore was called on a Cairo graphics object without a matching or prior Save. |
| InvalidStatus | invalid value for an input Cairo.Status |
| InvalidString | input string not valid UTF-8 |
| InvalidVisual | invalid value for an input Visual |
| NoCurrentPoint | No current point is defined. |
| NoMemory | Out of memory error. |
| NullPointer | null pointer |
| PatternTypeMismatch | the pattern type is not appropriate for the operation |
| ReadError | error while reading from input stream |
| Success | No error has occured. |
| SurfaceFinished | target surface has been finished |
| SurfaceTypeMismatch | the surface type is not appropriate for the operation |
| WriteError | error while writing to output stream |
Requirements
Namespace: Cairo
Assembly: Mono.Cairo (in Mono.Cairo.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0