Nevron .NET Vision
Nevron.Editors Namespace / NInteractivityStyleTypeEditor Class / PaintAttributeStripe Method


In This Topic
    PaintAttributeStripe Method
    In This Topic
    Paints the attributes present in the interactivity style in the specified device and bounds.
    Syntax
    'Declaration
     
    
    Public Shared Sub PaintAttributeStripe( _
       ByVal interactivityStyle As NInteractivityStyle, _
       ByVal g As System.Drawing.Graphics, _
       ByVal imageListBuilder As NImageListBuilder, _
       ByVal bounds As System.Drawing.RectangleF _
    ) 
    'Usage
     
    
    Dim interactivityStyle As NInteractivityStyle
    Dim g As System.Drawing.Graphics
    Dim imageListBuilder As NImageListBuilder
    Dim bounds As System.Drawing.RectangleF
     
    NInteractivityStyleTypeEditor.PaintAttributeStripe(interactivityStyle, g, imageListBuilder, bounds)
    public static void PaintAttributeStripe( 
       NInteractivityStyle interactivityStyle,
       System.Drawing.Graphics g,
       NImageListBuilder imageListBuilder,
       System.Drawing.RectangleF bounds
    )

    Parameters

    interactivityStyle
    g
    imageListBuilder
    bounds
    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