SharpVectors.Dom.Svg.SvgLength.SvgLength C# (CSharp) 메소드

SvgLength() 공개 메소드

public SvgLength ( SvgElement ownerElement, string propertyName, SvgLengthDirection direction, string baseVal ) : System
ownerElement SvgElement
propertyName string
direction SvgLengthDirection
baseVal string
리턴 System
        public SvgLength(SvgElement ownerElement, string propertyName, SvgLengthDirection direction, string baseVal)
            : this(ownerElement, propertyName, direction, baseVal, String.Empty)
        {
        }

Same methods

SvgLength::SvgLength ( SvgElement ownerElement, string propertyName, SvgLengthDirection direction, string baseVal, string defaultValue ) : System
SvgLength::SvgLength ( SvgElement ownerElement, string propertyName, SvgLengthSource source, SvgLengthDirection direction, string defaultValue ) : System