VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / Argb32Color Class / GetAsArgb32() Method
Syntax Requirements SeeAlso
In This Topic
    GetAsArgb32() Method (Argb32Color)
    In This Topic
    Returns the color as a 32-bit ARGB value.
    Syntax
    'Declaration
    
    Public Function GetAsArgb32() As System.Int32
    
    
    public System.Int32 GetAsArgb32()
    
    
    public: System.Int32 GetAsArgb32()
    
    
    public:
    System.Int32 GetAsArgb32()

    Return Value

    The color as a 32-bit ARGB value.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also