EllipseRibbonShape Constructor(Point,Point)
 
            
                In This Topic
            
            Initializes a new instance of a 
EllipseRibbonShape.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As Point, _
   ByVal  As Point _
)
             
        
            
            public EllipseRibbonShape( 
   Point ,
   Point 
)
             
        
             
        
            Parameters
- pt1
 
- The start point of the line, coordinates in twips.
 - pt2
 
- The end point of the line, coordinates in twips.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also