Function IconSubDir.minSize
The minimum size that the icons in this directory can be scaled to. Defaults to the value of Size if not present.
uint minSize() pure nothrow @nogc @safe const;
Returns
The value associated with "MinSize" key converted to an unsigned integer, or size() if the value is not present or not a number.