Click or drag to resize

Distance2Property Class

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

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 Distance2Property : Vector2Property

The Distance2Property type exposes the following members.

Constructors
  NameDescription
Public methodDistance2Property
Initializes a new instance of the Distance2Property class
Public methodDistance2Property(Vector2)
Initializes a new instance of the Distance2Property class
Public methodDistance2Property(Single, Single)
Initializes a new instance of the Distance2Property class
Top
Properties
  NameDescription
Public propertyIsEmpty (Inherited from Vector2Property.)
Public propertyVector2 (Inherited from Vector2Property.)
Public propertyX
Public propertyY
Top
Methods
See Also