fromInt

abstract fun fromInt(value: Int): Dp

从一个 Int 值创建 Dp 对象。

Return

对应的 Dp 对象。

Parameters

value

整数值。