Navigation: Code Documentation > RSVclSVG > RSSVG > Classes > TSVGGraphicElement > Properties
TSVGGraphicElement.ClipRule Property
Clipping rule for how this element adds to the clipping path
Namespace: RSSVG
Delphi
published property ClipRule: TSVGFillRule read GetClipRule write SetClipRule default frNonZero;
Property Value
Type: TSVGFillRule
The ClipRule property only applies to graphics elements that are contained within a TSVGClipPath element.
Warning
If ipClipRule is in the Inherits property, the clipping rule of the parent is returned
•RSSVG.TSVGGraphicElement.GetClipPath(TSVGCanvas)
•TSVGGraphicElement
•RSSVG