FontUnit Implicit Conversion (Int32 to FontUnit)
.NET Framework (current version)
Implicitly creates a FontUnit of type System.Drawing::Point from an integer value.
Assembly: System.Web (in System.Web.dll)
Parameters
- n
-
Type:
System::Int32
An integer representing the System.Drawing::Point value to convert into a FontUnit.
Return Value
Type: System.Web.UI.WebControls::FontUnitA FontUnit of type System.Drawing::Point that represents the font size specified the n parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: