Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramElementCompositeImpl Class / SplitPaint Method
paint context


In This Topic
    SplitPaint Method
    In This Topic
    Split paints the contained paintable nodes (first paints their shadow and then their appearance), if the context is not already in split paint mode
    Syntax
    'Declaration
     
    
    Public Sub SplitPaint( _
       ByVal context As NPaintContext _
    ) 
    'Usage
     
    
    Dim instance As NDiagramElementCompositeImpl
    Dim context As NPaintContext
     
    instance.SplitPaint(context)
    public void SplitPaint( 
       NPaintContext context
    )

    Parameters

    context
    paint context
    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