Nevron .NET Vision
Nevron.GraphicsCore.Text Namespace / INFrameElement Interface / CreateFrames Method


In This Topic
    CreateFrames Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function CreateFrames( _
       ByVal device As IN2DDevice, _
       ByVal createSuffixFrame As System.Boolean _
    ) As System.Collections.ArrayList
    'Usage
     
    
    Dim instance As INFrameElement
    Dim device As IN2DDevice
    Dim createSuffixFrame As System.Boolean
    Dim value As System.Collections.ArrayList
     
    value = instance.CreateFrames(device, createSuffixFrame)
    System.Collections.ArrayList CreateFrames( 
       IN2DDevice device,
       System.bool createSuffixFrame
    )

    Parameters

    device
    createSuffixFrame
    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