CssLength
TheArtOfDev.HtmlRenderer.Core.Dom
Represents and gets info about a CSS Length
コンストラクター
プロパティ
IsPercentage : bool
Gets if the length represents a precentage (not actually a length)
IsRelative : bool
Gets if the length is specified in relative units
メソッド
ConvertEmToPixels(double) : CssLength
If length is in Ems, returns its value in pixels
- pixelFactor
- Pixel size factor to multiply
戻り値: Pixels size of this em
ConvertEmToPoints(double) : CssLength
If length is in Ems, returns its value in points
- emSize
- Em size factor to multiply
戻り値: Points size of this em