Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NHandleStyle Class / NHandleStyle Constructor / NHandleStyle Constructor(HandleShape,NSizeF,Color,Color)
handle shape
handle size (in device coordinates)
fill color
border color


In This Topic
    NHandleStyle Constructor(HandleShape,NSizeF,Color,Color)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal shape As HandleShape, _
       ByVal size As NSizeF, _
       ByVal fillColor As System.Drawing.Color, _
       ByVal borderColor As System.Drawing.Color _
    )
    'Usage
     
    
    Dim shape As HandleShape
    Dim size As NSizeF
    Dim fillColor As System.Drawing.Color
    Dim borderColor As System.Drawing.Color
     
    Dim instance As New NHandleStyle(shape, size, fillColor, borderColor)
    public NHandleStyle( 
       HandleShape shape,
       NSizeF size,
       System.Drawing.Color fillColor,
       System.Drawing.Color borderColor
    )

    Parameters

    shape
    handle shape
    size
    handle size (in device coordinates)
    fillColor
    fill color
    borderColor
    border color
    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