Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / Vector Structure
Members


In This Topic
    Vector Structure
    In This Topic
    Represents a 3-Dimensional vector with x, y and z coordinates.
    Object Model
    Vector Structure
    Syntax
    'Declaration
     
    <EditorAttribute(Xceed.Chart.GraphicsCore.VectorEditor, System.Drawing.Design.UITypeEditor)>
    <TypeConverterAttribute(Xceed.Chart.GraphicsCore.VectorTypeConverter)>
    <SerializableAttribute()>
    Public Structure Vector 
       Inherits System.ValueType
    'Usage
     
    Dim instance As Vector
    [Editor(Xceed.Chart.GraphicsCore.VectorEditor, System.Drawing.Design.UITypeEditor)]
    [TypeConverter(Xceed.Chart.GraphicsCore.VectorTypeConverter)]
    [Serializable()]
    public struct Vector : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Xceed.Chart.GraphicsCore.Vector

    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