Type Definition sciter::graphics::HGFX[][src]

type HGFX = *mut _HGFX;

Graphics native handle.

Trait Implementations

impl From<HGFX> for Graphics
[src]

Construct Graphics object from HGFX handle.

Performs the conversion.