Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPolygonF Class / InvalidateCache Method


In This Topic
    InvalidateCache Method (NPolygonF)
    In This Topic
    Invalidates any cached information about the polygon.
    Syntax
    'Declaration
     
    
    Public Sub InvalidateCache() 
    'Usage
     
    
    Dim instance As NPolygonF
     
    instance.InvalidateCache()
    public void InvalidateCache()
    Remarks
    The user is responsible for calling this method, if the polygon points have been manually changed.
    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