Nevron .NET Vision
Nevron.GraphicsCore Namespace / NBevelAndEmbossImageFilter Class / NBevelAndEmbossImageFilter Constructor / NBevelAndEmbossImageFilter Constructor(BevelType,Single,NLength,NLength,BlurType,Int32,NColor,NColor)


In This Topic
    NBevelAndEmbossImageFilter Constructor(BevelType,Single,NLength,NLength,BlurType,Int32,NColor,NColor)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal bevelType As BevelType, _
       ByVal angle As System.Single, _
       ByVal depth As NLength, _
       ByVal soften As NLength, _
       ByVal blurType As BlurType, _
       ByVal originalOpacity As System.Integer, _
       ByVal highlightColor As NColor, _
       ByVal shadowColor As NColor _
    )
    'Usage
     
    
    Dim bevelType As BevelType
    Dim angle As System.Single
    Dim depth As NLength
    Dim soften As NLength
    Dim blurType As BlurType
    Dim originalOpacity As System.Integer
    Dim highlightColor As NColor
    Dim shadowColor As NColor
     
    Dim instance As New NBevelAndEmbossImageFilter(bevelType, angle, depth, soften, blurType, originalOpacity, highlightColor, shadowColor)
    public NBevelAndEmbossImageFilter( 
       BevelType bevelType,
       System.float angle,
       NLength depth,
       NLength soften,
       BlurType blurType,
       System.int originalOpacity,
       NColor highlightColor,
       NColor shadowColor
    )

    Parameters

    bevelType
    angle
    depth
    soften
    blurType
    originalOpacity
    highlightColor
    shadowColor
    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