RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.TFillStyle Enumeration

TFillStyle indicates the type of color change defines the boundary of a possibly non-rectangular region n a canvas.

Pascal
TFillStyle = (
  fsSurface,
  fsBorder
);
C++
enum TFillStyle {
  fsSurface,
  fsBorder
};

Graphics

TFillStyle values determine what type of color changes define the boundaries of a (possibly) non-rectangular region of a canvas, as indicated in the following table.

Value 
Meaning 
fsSurface  
The region is defined as all area that has a specified color. When another color is encountered, it is taken as the boundary of the region.  
fsBorder  
The region is defined as all area that does not have a specified color. When the specified color is encountered, it is taken as the boundary of the region.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!