Defines a "null"-vector.
    Namespace: 
   PerpetuumSoft.Framework.Drawing
    Assembly:
   PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public static Vector Empty { get; } | 
| Visual Basic (Declaration) | 
|---|
Public Shared ReadOnly Property Empty As Vector  | 
| Visual C++ | 
|---|
public:
static property Vector Empty {
	Vector get ();
} | 
See Also