Click or drag to resize

Frame Methods

The Frame type exposes the following members.

Methods
  NameDescription
Public methodGetLocationOf
Gets the location of another frame, relative to this frame, using this frame's coordinate system.
Public methodGetLocationRelativeTo
Gets the location of this frame relative to a reference frame, using that frame's coordinate system.
Public methodGetRotationOf
Gets the rotation of another frame, relative to this frame, using this frame's coordinate system.
Public methodGetRotationRelativeTo
Gets the rotation in degrees of this frame relative to a reference frame, using that frame's coordinate system.
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 methodReparent
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.
Public methodSerializableDependency(SerializableObject) Obsolete. (Overrides SerializableObjectSerializableDependency(SerializableObject).)
Public methodSerializableDependency(Visual) Obsolete. (Overrides SerializableObjectSerializableDependency(Visual).)
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
Returns a string representation of this frame, consisting of the name, prefixed with the name of the owning visual.
(Overrides SimpleCustomTypeDescriptor.ToString.)
Top
See Also