Property NativeGraphicsContext
NativeGraphicsContext
Gets the reference to native graphics context. For wxWidgets backend it returns the following:
- On Linux it return cairo_t* pointer.
- On MacOS it returns CGContextRef pointer.
nint NativeGraphicsContext { get; }