Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVG > Classes > TSVGGraphicElement > Methods
TSVGGraphicElement.GetClipPath(TSVGCanvas) Method
Returns the clipping region of the current element based on its shape and its children's shape
Namespace: FMX.RS.SVG
Delphi
public function GetClipPath( const Canvas: TSVGCanvas ): TSVGClipRegion; virtual;
Parameters
Canvas
Type: System.Void
Type: TSVGClipRegion
Warning
If ipClipPath is in the Inherits property, the clipping path of the parent is returned
•TSVGGraphicElement
•FMX.RS.SVG