Nevron .NET Vision
Nevron.NewGraphics Namespace / NGraphicsObject Class / InitFrom Method


In This Topic
    InitFrom Method (NGraphicsObject)
    In This Topic
    Initializes a new graphics object from the given one.
    Syntax
    'Declaration
     
    
    Public Overridable Sub InitFrom( _
       ByVal graphicsObject As NGraphicsObject _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsObject
    Dim graphicsObject As NGraphicsObject
     
    instance.InitFrom(graphicsObject)
    public virtual void InitFrom( 
       NGraphicsObject graphicsObject
    )

    Parameters

    graphicsObject
    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