Nevron .NET Vision
Nevron.SmartShapes Namespace / NEllipticalArcToRow Class
Members


In This Topic
    NEllipticalArcToRow Class
    In This Topic
    The NEllipticalArcToRow class represents a path command row, which plots an elliptical arc from the previous command (X, Y) cells to this row (X, Y) cells. The (A, B) cells define the ellipse control point. The C parameter defines the angle of the ellipse major axis. The D parameter defines the ratio between the major and minor ellipse axes.
    Object Model
    NEllipticalArcToRow Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlTypeAttribute("EllipticalArcTo")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NMoveToRow)>
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.SerializableAttribute()>
    Public Class NEllipticalArcToRow 
       Inherits NPathCommandRow
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NEllipticalArcToRow
    [System.Xml.Serialization.XmlType("EllipticalArcTo")]
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NMoveToRow)]
    [System.Reflection.DefaultMember("Item")]
    [System.Serializable()]
    public class NEllipticalArcToRow : NPathCommandRow, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaSheet.NFormulaRow
          Nevron.SmartShapes.NPathCommandRow
             Nevron.SmartShapes.NEllipticalArcToRow

    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