Nevron Open Vision Documentation
Nevron.Nov.Diagram.Shapes Namespace / NBrainstormingShapeFactory Class / InitElipse Method / InitElipse(NGroup,NRectangle,NFill) Method


In This Topic
    InitElipse(NGroup,NRectangle,NFill) Method
    In This Topic
    Inits the elipse shape.
    Syntax
    'Declaration
     
    
    Protected Friend Overloads Overridable Sub InitElipse( _
       ByVal group As NGroup, _
       ByVal rectangle As NRectangle, _
       ByVal fill As NFill _
    ) 
    'Usage
     
    
    Dim instance As NBrainstormingShapeFactory
    Dim group As NGroup
    Dim rectangle As NRectangle
    Dim fill As NFill
     
    instance.InitElipse(group, rectangle, fill)
    protected internal virtual void InitElipse( 
       NGroup group,
       NRectangle rectangle,
       NFill fill
    )

    Parameters

    group
    rectangle
    fill
    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