Nevron Open Vision Documentation
Nevron.Nov.Diagram.Shapes Namespace / NGenogramShapeFactory Class / CreateZigZagShape Method / CreateZigZagShape(Int32,Int32,NStroke,ENGenogramEmotionalLineType) Method


In This Topic
    CreateZigZagShape(Int32,Int32,NStroke,ENGenogramEmotionalLineType) Method
    In This Topic
    Inits the zig-zag shape.
    Syntax
    'Declaration
     
    
    Protected Friend Overloads Overridable Function CreateZigZagShape( _
       ByVal height As System.Integer, _
       ByVal frequency As System.Integer, _
       ByVal stroke As NStroke, _
       ByVal lineTypes As ENGenogramEmotionalLineType _
    ) As NShape
    'Usage
     
    
    Dim instance As NGenogramShapeFactory
    Dim height As System.Integer
    Dim frequency As System.Integer
    Dim stroke As NStroke
    Dim lineTypes As ENGenogramEmotionalLineType
    Dim value As NShape
     
    value = instance.CreateZigZagShape(height, frequency, stroke, lineTypes)
    protected internal virtual NShape CreateZigZagShape( 
       System.int height,
       System.int frequency,
       NStroke stroke,
       ENGenogramEmotionalLineType lineTypes
    )

    Parameters

    height
    frequency
    stroke
    lineTypes
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also