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

SetFillPattern

Set drawing fill pattern

Declaration

Source position: graphh.inc line 732

procedure SetFillPattern(

  Pattern: FillPatternType;

  Color: Word

);

Description

SetFillPattern sets the current fill-pattern to FillPattern, and the filling color to Color The pattern is an 8x8 raster, corresponding to the 64 bits in FillPattern.

Errors

None

See also

GetFillPattern

  

Return current fill pattern

SetFillStyle

  

Set drawing fill style

SetWriteMode

  

Specify binary operation to perform when drawing on screen

The latest version of this document can be found at lazarus-ccr.sourceforge.net.