C# Class Svg2Xaml.SvgDrawableBaseElement

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

Méthodes publiques

Свойство Type Description
ClipPath string
Display SvgDisplay
Fill SvgPaint
FillOpacity SvgLength
FillRule SvgFillRule
Filter string
Mask string
Opacity SvgLength
Stroke SvgPaint
StrokeDasharray Svg2Xaml.SvgLength[]
StrokeDashoffset SvgLength
StrokeLinecap SvgStrokeLinecap
StrokeLinejoin SvgStrokeLinejoin
StrokeMiterlimit double
StrokeOpacity SvgLength
StrokeWidth SvgLength
Transform SvgTransform

Méthodes publiques

Méthode Description
Draw ( ) : System.Windows.Media.Drawing
GetBaseDrawing ( ) : System.Windows.Media.Drawing
GetBaseGeometry ( ) : System.Windows.Media.Geometry
GetBrush ( ) : System.Windows.Media.Brush
GetGeometry ( ) : System.Windows.Media.Geometry
GetPen ( ) : System.Windows.Media.Pen
SvgDrawableBaseElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement drawableBaseElement ) : System

Method Details

Draw() public méthode

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

GetBaseDrawing() public méthode

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

GetBaseGeometry() public abstract méthode

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

GetBrush() public méthode

public GetBrush ( ) : System.Windows.Media.Brush
Résultat System.Windows.Media.Brush

GetGeometry() public méthode

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

GetPen() public méthode

public GetPen ( ) : System.Windows.Media.Pen
Résultat System.Windows.Media.Pen

SvgDrawableBaseElement() public méthode

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

Property Details

ClipPath public_oe property

public string ClipPath
Résultat string

Display public_oe property

public SvgDisplay Display
Résultat SvgDisplay

Fill public_oe property

public SvgPaint,Svg2Xaml Fill
Résultat SvgPaint

FillOpacity public_oe property

public SvgLength,Svg2Xaml FillOpacity
Résultat SvgLength

FillRule public_oe property

public SvgFillRule FillRule
Résultat SvgFillRule

Filter public_oe property

public string Filter
Résultat string

Mask public_oe property

public string Mask
Résultat string

Opacity public_oe property

public SvgLength,Svg2Xaml Opacity
Résultat SvgLength

Stroke public_oe property

public SvgPaint,Svg2Xaml Stroke
Résultat SvgPaint

StrokeDasharray public_oe property

public SvgLength[],Svg2Xaml StrokeDasharray
Résultat Svg2Xaml.SvgLength[]

StrokeDashoffset public_oe property

public SvgLength,Svg2Xaml StrokeDashoffset
Résultat SvgLength

StrokeLinecap public_oe property

public SvgStrokeLinecap StrokeLinecap
Résultat SvgStrokeLinecap

StrokeLinejoin public_oe property

public SvgStrokeLinejoin StrokeLinejoin
Résultat SvgStrokeLinejoin

StrokeMiterlimit public_oe property

public double StrokeMiterlimit
Résultat double

StrokeOpacity public_oe property

public SvgLength,Svg2Xaml StrokeOpacity
Résultat SvgLength

StrokeWidth public_oe property

public SvgLength,Svg2Xaml StrokeWidth
Résultat SvgLength

Transform public_oe property

public SvgTransform,Svg2Xaml Transform
Résultat SvgTransform