C# Class SharpVectors.Dom.Svg.SvgPathSeg

Inheritance: ISvgPathSeg
Mostra 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_oe property

protected int index
return int

list protected_oe property

protected SvgPathSegList,SharpVectors.Dom.Svg list
return SvgPathSegList

type protected_oe property

protected SvgPathSegType type
return SvgPathSegType