Line |
public sealed class LineEntity : CurveEntity
The LineEntity type exposes the following members.
| Name | Description | |
|---|---|---|
| LineEntity | Initializes a new instance of the LineEntity class | |
| LineEntity(LineSegment2D) | Initializes a new instance of the LineEntity class | |
| LineEntity(Vector2D, Vector2D) | Initializes a new instance of the LineEntity class |
| Name | Description | |
|---|---|---|
| Direction | ||
| EndPoint | ||
| EndPosition | ||
| EntityAndSubentities | (Inherited from Entity) | |
| Id | (Inherited from SerializableObject) | |
| Length | (Overrides CurveEntityLength) | |
| Points | (Inherited from Entity) | |
| StartPoint | ||
| StartPosition | ||
| Subentities | (Overrides EntitySubentities) | |
| Type | (Overrides EntityType) |
| Name | Description | |
|---|---|---|
| Curve | (Overrides CurveEntityCurve) | |
| Point | (Overrides CurveEntityPoint(Double)) | |
| Project | (Overrides EntityProject(Vector2D)) | |
| RaisePropertiesChanged |
Raise an PropertyChanged event for each value.
(Inherited from BindableBase) | |
| RaisePropertyChanged(PropertyChangedEventArgs) |
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase) | |
| RaisePropertyChanged(String) |
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase) | |
| SerializableDependency(SerializableObject) | (Inherited from Entity) Obsolete | |
| SerializableDependency(Visual) | (Inherited from Entity) Obsolete | |
| ToString | (Overrides SimpleCustomTypeDescriptor.ToString) |