Nevron .NET Vision
Nevron.GraphicsCore Namespace / NShadowStyle Class / NShadowStyle Constructor / NShadowStyle Constructor(ShadowType,Color,Int32,Int32,Single,Int32)


In This Topic
    NShadowStyle Constructor(ShadowType,Color,Int32,Int32,Single,Int32)
    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 System.Drawing.Color, _
       ByVal offsetX As System.Integer, _
       ByVal offsetY As System.Integer, _
       ByVal scale As System.Single, _
       ByVal fadeArea As System.Integer _
    )
    'Usage
     
    
    Dim shadowType As ShadowType
    Dim color As System.Drawing.Color
    Dim offsetX As System.Integer
    Dim offsetY As System.Integer
    Dim scale As System.Single
    Dim fadeArea As System.Integer
     
    Dim instance As New NShadowStyle(shadowType, color, offsetX, offsetY, scale, fadeArea)
    public NShadowStyle( 
       ShadowType shadowType,
       System.Drawing.Color color,
       System.int offsetX,
       System.int offsetY,
       System.float scale,
       System.int fadeArea
    )

    Parameters

    shadowType
    color
    offsetX
    offsetY
    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