Nevron.SmartShapes Namespace / N1DSmartShapeFactory Class / N1DSmartShapeFactory Constructor / N1DSmartShapeFactory Constructor(NFillStyle,NStrokeStyle,NShadowStyle)


N1DSmartShapeFactory Constructor(NFillStyle,NStrokeStyle,NShadowStyle)
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 N1DSmartShapeFactory(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