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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.