Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphicsPath Class / HasOpenFigures Property


In This Topic
    HasOpenFigures Property
    In This Topic
    Checks if the graphics path contains open figures.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HasOpenFigures As System.Boolean
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim value As System.Boolean
     
    value = instance.HasOpenFigures
    public System.bool HasOpenFigures {get;}

    Property Value

    Returns true if the graphics path contains one or more open figures.
    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