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: 19.00.00
Syntax
C#
public class Distance2Property : Vector2Property

The Distance2Property type exposes the following members.

Constructors
 NameDescription
Public methodDistance2PropertyInitializes 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 propertyX 
Public propertyY 
Top
Methods
 NameDescription
Public methodEquals(Object)
(Inherited from Vector2Property)
Public methodEquals(Vector2Property)
(Inherited from Vector2Property)
Public methodGetHashCode
(Inherited from Vector2Property)
Public methodRead
(Inherited from Vector2Property)
Public methodToString
(Overrides Vector2PropertyToString)
Public methodWrite
(Inherited from Vector2Property)
Top
See Also