Click or drag to resize

Vector2Property Class

[Missing <summary> documentation for "T:Demo3D.Visuals.Vector2Property"]

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.VisualsVector2Property
            Demo3D.VisualsDistance2Property

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class Vector2Property : GlobalizedProperties, 
	IEquatable<Vector2Property>

The Vector2Property type exposes the following members.

Constructors
  NameDescription
Public methodVector2Property
Initializes a new instance of the Vector2Property class
Public methodVector2Property(Vector2)
Initializes a new instance of the Vector2Property class
Public methodVector2Property(Single, Single)
Initializes a new instance of the Vector2Property class
Top
Properties
  NameDescription
Public propertyIsEmpty
Public propertyVector2
Public propertyX
Public propertyY
Top
Methods
Operators
See Also