Click or drag to resize

VisualFrame Methods

The VisualFrame 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.
(Inherited from Frame.)
Public methodGetLocationRelativeTo
Gets the location of this frame relative to a reference frame, using that frame's coordinate system.
(Inherited from Frame.)
Public methodGetRotationOf
Gets the rotation of another frame, relative to this frame, using this frame's coordinate system.
(Inherited from Frame.)
Public methodGetRotationRelativeTo
Gets the rotation in degrees of this frame relative to a reference frame, using that frame's coordinate system.
(Inherited from Frame.)
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.
(Inherited from Frame.)
Public methodSerializableDependency(SerializableObject) Obsolete. (Inherited from Frame.)
Public methodSerializableDependency(Visual) Obsolete. (Inherited from Frame.)
Public methodToString
Returns a string representation of this frame, consisting of the visual being wrapped up.
(Overrides FrameToString.)
Top
See Also