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
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.