Nevron .NET Vision
Nevron.GraphicsCore Namespace / NArgbColor Class / G Property


In This Topic
    G Property (NArgbColor)
    In This Topic
    Gets the green component of this color
    Syntax
    'Declaration
     
    
    Public ReadOnly Property G As System.Byte
    'Usage
     
    
    Dim instance As NArgbColor
    Dim value As System.Byte
     
    value = instance.G
    public System.byte G {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also