C# Class UnitySVG.SVGBasicElement

Inheritance: SVGTransformable, ISVGDrawable
Show file Open project: MrJoy/UnitySVG

Protected Properties

Property Type Description
_graphicsPath SVGGraphicsPath

Public Methods

Method Description
BeforeRender ( SVGTransformList transformList ) : void
Render ( ) : void

Protected Methods

Method Description
CreateGraphicsPath ( ) : void
SVGBasicElement ( string>.Dictionary attrList, SVGTransformList inheritTransformList, SVGPaintable inheritPaintable, SVGGraphics render ) : System

Private Methods

Method Description
Draw ( ) : void

Method Details

BeforeRender() public method

public BeforeRender ( SVGTransformList transformList ) : void
transformList SVGTransformList
return void

CreateGraphicsPath() protected abstract method

protected abstract CreateGraphicsPath ( ) : void
return void

Render() public method

public Render ( ) : void
return void

SVGBasicElement() protected method

protected SVGBasicElement ( string>.Dictionary attrList, SVGTransformList inheritTransformList, SVGPaintable inheritPaintable, SVGGraphics render ) : System
attrList string>.Dictionary
inheritTransformList SVGTransformList
inheritPaintable SVGPaintable
render SVGGraphics
return System

Property Details

_graphicsPath protected property

protected SVGGraphicsPath _graphicsPath
return SVGGraphicsPath