C# Class Svg2Xaml.SvgDrawableContainerBaseElement

Inheritance: SvgContainerBaseElement
显示文件 Open project: jogibear9988/svg2xaml

Public Properties

Property Type Description
ClipPath SvgURL
Display SvgDisplay
Filter SvgURL
Mask SvgURL
Opacity SvgLength
Transform SvgTransform
ViewBox SvgViewbox

Public Methods

Method Description
Draw ( ) : System.Windows.Media.Drawing
GetGeometry ( ) : System.Windows.Media.Geometry
SvgDrawableContainerBaseElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement drawableContainerElement ) : System

Method Details

Draw() public method

public Draw ( ) : System.Windows.Media.Drawing
return System.Windows.Media.Drawing

GetGeometry() public method

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

SvgDrawableContainerBaseElement() public method

public SvgDrawableContainerBaseElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement drawableContainerElement ) : System
document SvgDocument
parent SvgBaseElement
drawableContainerElement System.Xml.Linq.XElement
return System

Property Details

ClipPath public_oe property

public SvgURL,Svg2Xaml ClipPath
return SvgURL

Display public_oe property

public SvgDisplay Display
return SvgDisplay

Filter public_oe property

public SvgURL,Svg2Xaml Filter
return SvgURL

Mask public_oe property

public SvgURL,Svg2Xaml Mask
return SvgURL

Opacity public_oe property

public SvgLength,Svg2Xaml Opacity
return SvgLength

Transform public_oe property

public SvgTransform,Svg2Xaml Transform
return SvgTransform

ViewBox public_oe property

public SvgViewbox,Svg2Xaml ViewBox
return SvgViewbox