Type Alias WindowDC

Source
pub type WindowDC = WindowDCIsOwned<true>;
Expand description

A wxWindowDC must be constructed if an application wishes to paint on the whole area of a window (client and decorations).

Aliased Type§

pub struct WindowDC(/* private fields */);