Argb.ToUInt32BigEndian(Argb<Byte>) 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.
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
Returns
- Attributes