Hide Comments
Hide Comments

Comments (0)

Indicates the algorithm which is to be used to determine what parts of the canvas are included inside the element shape. For a simple, non-intersecting path, it is intuitively clear what region lies "inside"; however, for a more complex path, such as a path that intersects itself or where one subpath encloses another, the interpretation of "inside" is not so obvious.

Namespace: RSSVG

expandingSyntax

Delphi

published
  property FillRule: TSVGFillRule read GetFillRule write SetFillRule default frEvenOdd;
 

Property Value

Type: TSVGFillRule

expandingRemarks

alert_cautionWarning

If ipFillRule is in the Inherits property, the fill rule of the parent is returned

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb