[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

BltPattern

Using standard drawing rules for areafill, blit through a mask.

Declaration

Source position: agraphics.pas line 2106

procedure BltPattern(

  Rp: PRastPort;

  mask: TPlanePtr;

  xMin: LongInt;

  yMin: LongInt;

  xMax: LongInt;

  yMax: LongInt;

  ByteCnt: LongWord

);

Arguments

Rp

  

Points to the destination RastPort for the blit.

mask

  

points to 2 dimensional mask if needed if mask = nil then use a rectangle.

xMin

  

coordinates of upper left of rectangular region in RastPort

xMax

  

points to lower right of rectangular region in RastPort

ByteCnt

  

BytesPerRow for mask

Description

Blit using drawmode,areafill pattern, and mask at position rectangle (xl,yl) (maxx,maxy).

See also

AreaEnd

  

Process table of vectors and ellipses and produce areafill.


Documentation generated on: 2017-01-10