Nevron .NET Vision
Nevron.GraphicsCore Namespace / NFillStyle Class / Invert Method


In This Topic
    Invert Method (NFillStyle)
    In This Topic
    Returns the inverted fill style
    Syntax
    'Declaration
     
    
    Public MustOverride Function Invert() As System.Object
    'Usage
     
    
    Dim instance As NFillStyle
    Dim value As System.Object
     
    value = instance.Invert()
    public abstract System.object Invert()
    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