pub trait ID2D1BoundsAdjustmentTransform_Impl: Sized + ID2D1TransformNode_Impl {
    // Required methods
    fn SetOutputBounds(&self, outputbounds: *const RECT);
    fn GetOutputBounds(&self, outputbounds: *mut RECT);
}

Required Methods§

fn SetOutputBounds(&self, outputbounds: *const RECT)

fn GetOutputBounds(&self, outputbounds: *mut RECT)

Object Safety§

This trait is not object safe.

Implementors§