pub trait IPlugViewContentScaleSupportTrait {
    // Required method
    unsafe fn setContentScaleFactor(&self, factor: ScaleFactor) -> tresult;
}

Required Methods§

source

unsafe fn setContentScaleFactor(&self, factor: ScaleFactor) -> tresult

Implementors§