Argb.ToUInt32BigEndian(Argb<Byte>) Method

Definition

Important

This API is not CLS-compliant.

public:
[System::Runtime::CompilerServices::Extension]
 static System::UInt32 ToUInt32BigEndian(System::Numerics::Colors::Argb<System::Byte> color);
[System.CLSCompliant(false)]
public static uint ToUInt32BigEndian(this System.Numerics.Colors.Argb<byte> color);
[<System.CLSCompliant(false)>]
static member ToUInt32BigEndian : System.Numerics.Colors.Argb<byte> -> uint32
<Extension()>
Public Function ToUInt32BigEndian (color As Argb(Of Byte)) As UInteger

Parameters

color
Argb<Byte>

Returns

Attributes

Applies to