Color.Implicit(Argb<Byte> to Color) 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::Drawing::Color(System::Numerics::Colors::Argb<System::Byte> argb);
public static implicit operator System.Drawing.Color(System.Numerics.Colors.Argb<byte> argb);
static member op_Implicit : System.Numerics.Colors.Argb<byte> -> System.Drawing.Color
Public Shared Widening Operator CType (argb As Argb(Of Byte)) As Color