C# Class Svg2Xaml.SvgClipPathElement

Represents a <clipPath> element.
Inheritance: SvgContainerBaseElement
显示文件 Open project: jogibear9988/svg2xaml Class Usage Examples

Public Methods

Method Description
GetClipGeometry ( ) : System.Windows.Media.Geometry
SvgClipPathElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement clipPathElement ) : System

Method Details

GetClipGeometry() public method

public GetClipGeometry ( ) : System.Windows.Media.Geometry
return System.Windows.Media.Geometry

SvgClipPathElement() public method

public SvgClipPathElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement clipPathElement ) : System
document SvgDocument
parent SvgBaseElement
clipPathElement System.Xml.Linq.XElement
return System