2016-04-13 13:21 GMT+02:00 Martin Schreiber <[email protected]>:
> If the destination bitmap has no mask the source mask is used to draw the
> image on the destination bitmap, the masked pixels are untouched -> random.
>
> "
> var
>  b: tmaskedbitmap;
> begin
>  b:= tmaskedbitmap.create(bmk_rgb);
>  try
>   b.masked:= true;
>   imli1.getimage(0,b);
>   filedialogres.images.setimage(ord(fdi_dir),b,[al_xcentered,al_ycentered]);
>  finally
>   b.destroy();
>  end;
> end;
> "

Thanks!

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to