Click or drag to resize

CircleEntity Class

Sketch circle entity.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.SketchEntity
                Demo3D.SketchCurveEntity
                  Demo3D.SketchRadiusEntity
                    Demo3D.SketchCircleEntity

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class CircleEntity : RadiusEntity

The CircleEntity type exposes the following members.

Constructors
 NameDescription
Public methodCircleEntityInitializes a new instance of the CircleEntity class
Public methodCircleEntity(Circle2D)Initializes a new instance of the CircleEntity class
Public methodCircleEntity(Vector2D, Double)Initializes a new instance of the CircleEntity class
Top
Properties
Methods
 NameDescription
Public methodCircle
(Inherited from RadiusEntity)
Public methodCurve
(Overrides CurveEntityCurve)
Public methodPoint
(Overrides CurveEntityPoint(Double))
Public methodProject
(Overrides EntityProject(Vector2D))
Public methodRaisePropertiesChanged Raise an PropertyChanged event for each value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(PropertyChangedEventArgs) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(String) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodSerializableDependency(SerializableObject)
(Inherited from Entity)
Obsolete
Public methodSerializableDependency(Visual)
(Inherited from Entity)
Obsolete
Protected methodSetINotifyPropertyChangedPropertyT Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event. Property changes on the new value are also listened to and, if one occurs, the propertyChangedCallback handler will be invoked.
(Inherited from BindableBase)
Protected methodSetPropertyT(T, T, PropertyChangedEventArgs) Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase)
Protected methodSetPropertyT(T, T, String) Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase)
Public methodToString
(Overrides SimpleCustomTypeDescriptor.ToString)
Top
Remarks
A circle centered at a point entity with specified radius.
See Also