windows::Win32::Graphics::GdiPlus

Function GdipDrawImageFX

pub unsafe fn GdipDrawImageFX(
    graphics: *mut GpGraphics,
    image: *mut GpImage,
    source: *mut RectF,
    xform: *mut Matrix,
    effect: *mut CGpEffect,
    imageattributes: *mut GpImageAttributes,
    srcunit: Unit,
) -> Status