C# Class Svg2Xaml.SvgFlowRootElement

Represents a <flowRoot> element.
Inheritance: SvgDrawableContainerBaseElement
显示文件 Open project: jogibear9988/svg2xaml

Public Properties

Property Type Description
FlowRegion SvgFlowRegionElement

Public Methods

Method Description
Draw ( ) : System.Windows.Media.Drawing
SvgFlowRootElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement flowRootElement ) : System

Method Details

Draw() public method

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

SvgFlowRootElement() public method

public SvgFlowRootElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement flowRootElement ) : System
document SvgDocument
parent SvgBaseElement
flowRootElement System.Xml.Linq.XElement
return System

Property Details

FlowRegion public_oe property

public SvgFlowRegionElement,Svg2Xaml FlowRegion
return SvgFlowRegionElement