SharpVectors.Dom.Css.CssAbsPrimitiveLengthValue._getInLength C# (CSharp) Méthode

_getInLength() private méthode

private _getInLength ( ) : double
Résultat double
        private double _getInLength()
        {
            return _getPxLength() / Dpi;
        }