Unit.Implicit(Int32 to Unit) Operator
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 operator System::Web::UI::WebControls::Unit(int n);
public static implicit operator System.Web.UI.WebControls.Unit (int n);
static member op_Implicit : int -> System.Web.UI.WebControls.Unit
Public Shared Widening Operator CType (n As Integer) As Unit
Parameters
Returns
A Unit of type Pixel that represents the 32-bit unsigned integer specified by the n
parameter.
Remarks
The equivalent method for this operator is Unit.Pixel(Int32)
Applies to
See also
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.