Gets or sets a value of the specified vector coordinate.
    Namespace: 
   PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public double this[ Direction d ] { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Default Property Item ( _ d As Direction _ ) As Double  | 
| Visual C++ | 
|---|
public: property double default[Direction d] { double get (Direction d); void set (Direction d, double value); }  |