C# Class SharpVectors.Dom.Svg.SvgPathSeg

Inheritance: ISvgPathSeg
Show file Open project: codebutler/savagesvg Class Usage Examples

Protected Properties

Property Type Description
index int
list SvgPathSegList
type SvgPathSegType

Protected Methods

Method Description
SvgPathSeg ( SvgPathSegType type ) : System

Private Methods

Method Description
setIndex ( int index ) : void
setIndexWithDiff ( int diff ) : void
setList ( SvgPathSegList list ) : void

Method Details

SvgPathSeg() protected method

protected SvgPathSeg ( SvgPathSegType type ) : System
type SvgPathSegType
return System

Property Details

index protected property

protected int index
return int

list protected property

protected SvgPathSegList,SharpVectors.Dom.Svg list
return SvgPathSegList

type protected property

protected SvgPathSegType type
return SvgPathSegType