Nevron .NET Vision
Nevron.GraphicsCore Namespace / NBackplaneStyle Class / InitFromBackplaneStyle Method


In This Topic
    InitFromBackplaneStyle Method
    In This Topic
    Initializes the backplane style object from the properties of another backplane style object
    Syntax
    'Declaration
     
    
    Public Sub InitFromBackplaneStyle( _
       ByVal backplaneStyle As NBackplaneStyle _
    ) 
    'Usage
     
    
    Dim instance As NBackplaneStyle
    Dim backplaneStyle As NBackplaneStyle
     
    instance.InitFromBackplaneStyle(backplaneStyle)
    public void InitFromBackplaneStyle( 
       NBackplaneStyle backplaneStyle
    )

    Parameters

    backplaneStyle
    Remarks
    You may want to use this function instead of Clone because it allows you to modify fill effects that are obtainable only by a get method.
    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