Unit.Point(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Web::UI::WebControls::Unit Point(int n);
public static System.Web.UI.WebControls.Unit Point (int n);
static member Point : int -> System.Web.UI.WebControls.Unit
Public Shared Function Point (n As Integer) As Unit
Parameters
Returns
A Unit of type Point that represents the length specified by the 32-bit signed integer.
Remarks
Use the Point static method to create a Unit of type Point that represents the length specified by the n
parameter.
Note
The Unit class can represent values only between -32768 and 32767.
Applies to
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.