FontUnit.Point(Int32) Method

Definition

Creates a FontUnit of type Point from an integer value.

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

Parameters

n
Int32

An integer representing the Point value to convert to a FontUnit.

Returns

A FontUnit that represents the font size specified by the n parameter.

Remarks

Use the static Point method to create a FontUnit that represents the font size specified by the n parameter.

Applies to

See also