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


In This Topic
    InitFrom Method (NColorBrush)
    In This Topic
    Initializes a new graphics object from the given one.
    Syntax
    'Declaration
     
    
    Public Overrides Sub InitFrom( _
       ByVal graphicsObject As NGraphicsObject _
    ) 
    'Usage
     
    
    Dim instance As NColorBrush
    Dim graphicsObject As NGraphicsObject
     
    instance.InitFrom(graphicsObject)
    public override 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