FontUnit.Point(Int32) 方法

定义

从整数值创建 FontUnit 类型的 Point

public:
 static System::Web::UI::WebControls::FontUnit Point(int n);
public static System.Web.UI.WebControls.FontUnit Point (int n);
static member Point : int -> System.Web.UI.WebControls.FontUnit
Public Shared Function Point (n As Integer) As FontUnit

参数

n
Int32

表示要转换为 PointFontUnit 值的整数。

返回

FontUnit

FontUnit,它表示由 n 参数指定的字体大小。

注解

使用静态 Point 方法创建一个 FontUnit 表示参数指定的 n 字号。

适用于

另请参阅