-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
area-cairo.NET wrapper.NET wrapper
Description
E.g.
CairoSharp/source/CairoSharp/CairoContext.cs
Lines 103 to 113 in 8ab5a9a
| /// <summary> | |
| /// Checks whether an error has previously occurred for this context. | |
| /// </summary> | |
| public Status Status | |
| { | |
| get | |
| { | |
| this.CheckDisposed(); | |
| return cairo_status(this.Handle); | |
| } | |
| } |
Very low priority, and there are lots of APIs in cairo (I should have done this from the beginning).
Metadata
Metadata
Assignees
Labels
area-cairo.NET wrapper.NET wrapper