Nevron .NET Vision
Nevron.SmartShapes Namespace / N2DSmartShapeFactory Class / N2DSmartShapeFactory Constructor / N2DSmartShapeFactory Constructor(NFillStyle,NStrokeStyle,NShadowStyle)


In This Topic
    N2DSmartShapeFactory Constructor(NFillStyle,NStrokeStyle,NShadowStyle)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal fillStyle As NFillStyle, _
       ByVal strokeStyle As NStrokeStyle, _
       ByVal shadowStyle As NShadowStyle _
    )
    'Usage
     
    
    Dim fillStyle As NFillStyle
    Dim strokeStyle As NStrokeStyle
    Dim shadowStyle As NShadowStyle
     
    Dim instance As New N2DSmartShapeFactory(fillStyle, strokeStyle, shadowStyle)

    Parameters

    fillStyle
    strokeStyle
    shadowStyle
    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