C# Class Svg2Xaml.SvgDrawableContainerBaseElement

Inheritance: SvgContainerBaseElement
Afficher le fichier Open project: jogibear9988/svg2xaml

Méthodes publiques

Свойство Type Description
ClipPath SvgURL
Display SvgDisplay
Filter SvgURL
Mask SvgURL
Opacity SvgLength
Transform SvgTransform
ViewBox SvgViewbox

Méthodes publiques

Méthode 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 méthode

public Draw ( ) : System.Windows.Media.Drawing
Résultat System.Windows.Media.Drawing

GetGeometry() public méthode

public GetGeometry ( ) : System.Windows.Media.Geometry
Résultat System.Windows.Media.Geometry

SvgDrawableContainerBaseElement() public méthode

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

Property Details

ClipPath public_oe property

public SvgURL,Svg2Xaml ClipPath
Résultat SvgURL

Display public_oe property

public SvgDisplay Display
Résultat SvgDisplay

Filter public_oe property

public SvgURL,Svg2Xaml Filter
Résultat SvgURL

Mask public_oe property

public SvgURL,Svg2Xaml Mask
Résultat SvgURL

Opacity public_oe property

public SvgLength,Svg2Xaml Opacity
Résultat SvgLength

Transform public_oe property

public SvgTransform,Svg2Xaml Transform
Résultat SvgTransform

ViewBox public_oe property

public SvgViewbox,Svg2Xaml ViewBox
Résultat SvgViewbox