TImagingCanvas.StretchDrawBlend Method
TImagingCanvas Class

Draws stretched and filtered contents of this canvas onto another canvas with pixel blending.

Class
Pascal
public procedure StretchDrawBlend(const SrcRect: TRect; 
                                  DestCanvas: TImagingCanvas; 
                                  const DestRect: TRect; 
                                  SrcFactor: TBlendingFactor; 
                                  DestFactor: TBlendingFactor; 
                                  Filter: TResizeFilter = rfBilinear);
Description

Blending factors are chosen using TBlendingFactor parameters. Resulting destination pixel color is: SrcColor * SrcFactor + DstColor * DstFactor

Related Information
You are here: Symbol Reference > Classes > TImagingCanvas Class > Methods > StretchDrawBlend Method