C# Class Svg2Xaml.SvgImageElement

Represents an <image> element.
Inheritance: SvgDrawableBaseElement
显示文件 Open project: jogibear9988/svg2xaml

Public Properties

Property Type Description
Data byte[]
DataType string
Height SvgLength
Width SvgLength
X SvgCoordinate
Y SvgCoordinate

Public Methods

Method Description
GetBaseDrawing ( ) : System.Windows.Media.Drawing
GetBaseGeometry ( ) : System.Windows.Media.Geometry
SvgImageElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement imageElement ) : System

Method Details

GetBaseDrawing() public method

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

GetBaseGeometry() public method

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

SvgImageElement() public method

public SvgImageElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement imageElement ) : System
document SvgDocument
parent SvgBaseElement
imageElement System.Xml.Linq.XElement
return System

Property Details

Data public_oe property

public byte[] Data
return byte[]

DataType public_oe property

public string DataType
return string

Height public_oe property

public SvgLength,Svg2Xaml Height
return SvgLength

Width public_oe property

public SvgLength,Svg2Xaml Width
return SvgLength

X public_oe property

public SvgCoordinate,Svg2Xaml X
return SvgCoordinate

Y public_oe property

public SvgCoordinate,Svg2Xaml Y
return SvgCoordinate