Table of Contents

Property NativeGraphicsContext

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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; }

Property Value

nint