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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.