Nevron .NET Vision
Nevron.GraphicsCore.TrueType Namespace / INOTRecord Interface / Load Method


In This Topic
    Load Method (INOTRecord)
    In This Topic
    Loads the record
    Syntax
    'Declaration
     
    
    Sub Load( _
       ByVal reader As System.IO.BinaryReader _
    ) 
    'Usage
     
    
    Dim instance As INOTRecord
    Dim reader As System.IO.BinaryReader
     
    instance.Load(reader)
    void Load( 
       System.IO.BinaryReader reader
    )

    Parameters

    reader
    Remarks
    Length must be 4 byte boundary aligned
    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