Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPolygonF Class / IsConvex Property


In This Topic
    IsConvex Property
    In This Topic
    Determines whether this polygon is convex
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsConvex As System.Boolean
    'Usage
     
    
    Dim instance As NPolygonF
    Dim value As System.Boolean
     
    value = instance.IsConvex
    public System.bool IsConvex {get;}
    Remarks
    A polygon is convex if the perp dot product of each subsequent pair of edge vectors has the same sign.
    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