RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.TFillMode Enumeration
Pascal
TFillMode = (
  fmAlternate,
  fmWinding
);
C++
enum TFillMode {
  fmAlternate,
  fmWinding
};

This is record Graphics.TFillMode.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!