Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImageFrameStyle Class / NImageFrameStyle Constructor / NImageFrameStyle Constructor(PredefinedImageFrame)


In This Topic
    NImageFrameStyle Constructor(PredefinedImageFrame)
    In This Topic
    Constructs a new instance the NImageFrameStyle with the predefined frame style.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal style As PredefinedImageFrame _
    )
    'Usage
     
    
    Dim style As PredefinedImageFrame
     
    Dim instance As New NImageFrameStyle(style)
    public NImageFrameStyle( 
       PredefinedImageFrame style
    )

    Parameters

    style
    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