Share

acedScaleImageWithGDIPlus Function

C++

ACAD_PORT bool acedScaleImageWithGDIPlus(
    const AcGiImageBGRA32 * pSrcImg, 
    const AcGiImageBGRA32 * pDstImg
);

File

aced.h

Description

Scales AcGiImage using gpiplus functions.

Parameters

Parameters Description
pSrcImg source image
pDstImg destination image

Was this information helpful?