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


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

    Property Value

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