Nevron .NET Vision
Nevron.UI Namespace / NUISmartShape Class / NUISmartShape Constructor / NUISmartShape Constructor(SmoothingMode,NSize,NPadding,NColorTransform,NFillStyle,NStrokeStyle,NSmartShape)


In This Topic
    NUISmartShape Constructor(SmoothingMode,NSize,NPadding,NColorTransform,NFillStyle,NStrokeStyle,NSmartShape)
    In This Topic
    Instance descriptor constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal mode As System.Drawing.Drawing2D.SmoothingMode, _
       ByVal preferred As NSize, _
       ByVal padding As NPadding, _
       ByVal colorTransform As NColorTransform, _
       ByVal fillStyle As NFillStyle, _
       ByVal strokeStyle As NStrokeStyle, _
       ByVal shape As NSmartShape _
    )
    'Usage
     
    
    Dim mode As System.Drawing.Drawing2D.SmoothingMode
    Dim preferred As NSize
    Dim padding As NPadding
    Dim colorTransform As NColorTransform
    Dim fillStyle As NFillStyle
    Dim strokeStyle As NStrokeStyle
    Dim shape As NSmartShape
     
    Dim instance As New NUISmartShape(mode, preferred, padding, colorTransform, fillStyle, strokeStyle, shape)
    public NUISmartShape( 
       System.Drawing.Drawing2D.SmoothingMode mode,
       NSize preferred,
       NPadding padding,
       NColorTransform colorTransform,
       NFillStyle fillStyle,
       NStrokeStyle strokeStyle,
       NSmartShape shape
    )

    Parameters

    mode
    preferred
    padding
    colorTransform
    fillStyle
    strokeStyle
    shape
    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