Creates a System.Web.UI.WebControls.FontUnit of type System.Drawing.Point from an integer value.
- n
- An integer representing the System.Drawing.Point value to convert to a System.Web.UI.WebControls.FontUnit.
A System.Web.UI.WebControls.FontUnit that represents the font size specified by the n parameter.
Use the static FontUnit.Point(int) method to create a System.Web.UI.WebControls.FontUnit that represents the font size specified by the n parameter.