C# Class Svg2Xaml.SvgColorPaint

A paint with a solid color.
Inheritance: SvgPaint
Afficher le fichier Open project: jogibear9988/svg2xaml

Méthodes publiques

Свойство Type Description
Color SvgColor

Méthodes publiques

Méthode Description
SvgColorPaint ( SvgColor color ) : System
ToBrush ( SvgBaseElement element ) : System.Windows.Media.Brush

Method Details

SvgColorPaint() public méthode

public SvgColorPaint ( SvgColor color ) : System
color SvgColor
Résultat System

ToBrush() public méthode

public ToBrush ( SvgBaseElement element ) : System.Windows.Media.Brush
element SvgBaseElement
Résultat System.Windows.Media.Brush

Property Details

Color public_oe property

public SvgColor,Svg2Xaml Color
Résultat SvgColor