C# Class Svg2Xaml.SvgDrawableContainerBaseElement

Inheritance: SvgContainerBaseElement
Show file 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 property

public SvgURL,Svg2Xaml ClipPath
return SvgURL

Display public property

public SvgDisplay Display
return SvgDisplay

Filter public property

public SvgURL,Svg2Xaml Filter
return SvgURL

Mask public property

public SvgURL,Svg2Xaml Mask
return SvgURL

Opacity public property

public SvgLength,Svg2Xaml Opacity
return SvgLength

Transform public property

public SvgTransform,Svg2Xaml Transform
return SvgTransform

ViewBox public property

public SvgViewbox,Svg2Xaml ViewBox
return SvgViewbox