[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

CreateCompatibleBitmaps

Declaration

Source position: graphics.pp line 1829

function CreateCompatibleBitmaps(

  const ARawImage: TRawImage;

  out ABitmap: HBitmap;

  out AMask: HBitmap;

  ASkipMask: Boolean = false

):Boolean;