'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)
public NCapStyle( CapStyle capStyle, NSizeL size, NLength offset, NFillStyle fillStyle, NStrokeStyle strokeStyle )
Parameters
- capStyle
- size
- offset
- fillStyle
- strokeStyle