VisualFrame Methods |
The VisualFrame type exposes the following members.
| Name | Description | |
|---|---|---|
| GetLocationOf |
Gets the location of another frame, relative to this frame, using this frame's coordinate system.
(Inherited from Frame.) | |
| GetLocationRelativeTo |
Gets the location of this frame relative to a reference frame, using that frame's coordinate system.
(Inherited from Frame.) | |
| GetRotationOf |
Gets the rotation of another frame, relative to this frame, using this frame's coordinate system.
(Inherited from Frame.) | |
| GetRotationRelativeTo |
Gets the rotation in degrees of this frame relative to a reference frame, using that frame's coordinate system.
(Inherited from Frame.) | |
| 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.) | |
| Reparent |
Sets the parent frame to a specified frame, whilst maintaining the same world location and rotation.
This is analagous to the reparenting behaviour of visuals.
(Inherited from Frame.) | |
| SerializableDependency(SerializableObject) | Obsolete. (Inherited from Frame.) | |
| SerializableDependency(Visual) | Obsolete. (Inherited from Frame.) | |
| ToString |
Returns a string representation of this frame, consisting of the visual being wrapped up.
(Overrides FrameToString.) |