Nevron .NET Vision
Nevron.GraphicsCore Namespace / NShadowStyle Class / NShadowStyle Constructor / NShadowStyle Constructor(ShadowType,NColor,NPointL,Single,NLength)


In This Topic
    NShadowStyle Constructor(ShadowType,NColor,NPointL,Single,NLength)
    In This Topic
    Creates a new instance of the shadow style with the specified parameters
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal shadowType As ShadowType, _
       ByVal color As NColor, _
       ByVal offset As NPointL, _
       ByVal scale As System.Single, _
       ByVal fadeArea As NLength _
    )
    'Usage
     
    
    Dim shadowType As ShadowType
    Dim color As NColor
    Dim offset As NPointL
    Dim scale As System.Single
    Dim fadeArea As NLength
     
    Dim instance As New NShadowStyle(shadowType, color, offset, scale, fadeArea)
    public NShadowStyle( 
       ShadowType shadowType,
       NColor color,
       NPointL offset,
       System.float scale,
       NLength fadeArea
    )

    Parameters

    shadowType
    color
    offset
    scale
    fadeArea
    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