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

一个整数,Point表示要转换为 .FontUnit

返回

一个 FontUnit 表示参数指定的 n 字号。

注解

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

适用于

另请参阅