Nullable |
public class NullableBindablePoint : INotifyPropertyChanged
The NullableBindablePoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | NullableBindablePoint(Double) | Initializes a new instance of the NullableBindablePoint class |
![]() | NullableBindablePoint(dvec3) | Initializes a new instance of the NullableBindablePoint class |
![]() | NullableBindablePoint(NullableBindablePoint) | Initializes a new instance of the NullableBindablePoint class |
![]() | NullableBindablePoint(dvec3, dmat4) | Creates a new instance of BindablePoint. The resulting vector is calculated by transforming point. |
![]() | NullableBindablePoint(Double, Double, Double) | Initializes a new instance of the NullableBindablePoint class |
Name | Description | |
---|---|---|
![]() | LockRatio | If true, X/Y/Z will be updated when setting one of them in order to keep the xyz ration constant. |
![]() | LockXyRatio | If true, X/Y will be updated when setting the other one in order to keep the xy ration constant. |
![]() | X | Gets or sets X. |
![]() | Y | Gets or sets Y. |
![]() | Z | Gets or sets Z. |
Name | Description | |
---|---|---|
![]() | CopyFrom | Sets XYZ. |
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
Name | Description | |
---|---|---|
![]() | PointChanged | Raised when X, Y or Z has changed. |
![]() | PropertyChanged | Called after property changed. |