[Overview][Constants][Procedures and functions][Index] Reference for unit 'fonctions_images' (#lazfonctions)

p_StreamToImage

Declaration

Source position: fonctions_images.pas line 71

procedure p_StreamToImage(

  const stream: tStream;

  const Image: TBitmap;

  const ali_newWidth: LongInt = 0;

  const ali_newHeight: LongInt = 0;

  const ab_KeepProportion: Boolean = true;

  const ab_ShowError: Boolean = false

);