Trait winsafe::prelude::comctl_gdi_Himagelist

source ·
pub trait comctl_gdi_Himagelist: Handle {
    // Provided method
    fn DrawIndirect(&self, imldp: &IMAGELISTDRAWPARAMS) -> SysResult<()> { ... }
}
Available on crate features comctl and gdi and kernel only.
Expand description

This trait is enabled with comctl and gdi features, and provides methods for HIMAGELIST.

Prefer importing this trait through the prelude:

use winsafe::prelude::*;

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§