xtd 0.2.0
Loading...
Searching...
No Matches
xtd::drawing::native::toolkit Class Referencefinal
Inheritance diagram for xtd::drawing::native::toolkit:
xtd::static_object

Definition

Contains toolkit native API.

Namespace
xtd::drawing::native
Library
xtd.drawing.native
Warning
Internal use only

Protected Static Methods

static intptr initialize ()
 Initiazes toolkit.
 
static void shutdown (intptr handle)
 Shutdowns toolkit.
 
static xtd::string name ()
 Gets the toolkit name.
 
static xtd::version version ()
 Gets the toolkit version.
 

Member Function Documentation

◆ initialize()

static intptr xtd::drawing::native::toolkit::initialize ( )
staticprotected

Initiazes toolkit.

Returns
The toolkit handle.
Warning
Internal use only

◆ shutdown()

static void xtd::drawing::native::toolkit::shutdown ( intptr  handle)
staticprotected

Shutdowns toolkit.

Parameters
handleThe toolkit handle.
Warning
Internal use only

◆ name()

static xtd::string xtd::drawing::native::toolkit::name ( )
staticprotected

Gets the toolkit name.

Returns
The toolkit name.
Warning
Internal use only

◆ version()

static xtd::version xtd::drawing::native::toolkit::version ( )
staticprotected

Gets the toolkit version.

Returns
The toolkit version.
Warning
Internal use only

The documentation for this class was generated from the following file: