C# Class SharpVectors.Dom.Svg.SvgPathSeg

Inheritance: ISvgPathSeg
Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Protected Properties

Свойство Type Description
index int
list SvgPathSegList
type SvgPathSegType

Méthodes protégées

Méthode Description
SvgPathSeg ( SvgPathSegType type ) : System

Private Methods

Méthode Description
setIndex ( int index ) : void
setIndexWithDiff ( int diff ) : void
setList ( SvgPathSegList list ) : void

Method Details

SvgPathSeg() protected méthode

protected SvgPathSeg ( SvgPathSegType type ) : System
type SvgPathSegType
Résultat System

Property Details

index protected_oe property

protected int index
Résultat int

list protected_oe property

protected SvgPathSegList,SharpVectors.Dom.Svg list
Résultat SvgPathSegList

type protected_oe property

protected SvgPathSegType type
Résultat SvgPathSegType