GetFillLine

Graphics32

TCustomPolygonFiller.GetFillLine

function GetFillLine: TFillLineEvent; abstract;

Description

Descendants should override this abstract method. If overriden it should return a TFillLineEvent callback that is used to fill lines in a polygon.

See Also

TFillLineEvent