Nevron .NET Vision
Nevron.GraphicsCore Namespace / NCapStyle Class / NCapStyle Constructor / NCapStyle Constructor(CapStyle,NSizeL,NLength,NFillStyle,NStrokeStyle)


In This Topic
    NCapStyle Constructor(CapStyle,NSizeL,NLength,NFillStyle,NStrokeStyle)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal capStyle As CapStyle, _
       ByVal size As NSizeL, _
       ByVal offset As NLength, _
       ByVal fillStyle As NFillStyle, _
       ByVal strokeStyle As NStrokeStyle _
    )
    'Usage
     
    
    Dim capStyle As CapStyle
    Dim size As NSizeL
    Dim offset As NLength
    Dim fillStyle As NFillStyle
    Dim strokeStyle As NStrokeStyle
     
    Dim instance As New NCapStyle(capStyle, size, offset, fillStyle, strokeStyle)

    Parameters

    capStyle
    size
    offset
    fillStyle
    strokeStyle
    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