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


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