Click or drag to resize

LayoutManager Methods

The LayoutManager type exposes the following members.

Methods
  NameDescription
Public methodAddRemoteMedia
Adds remote media to the layout.
(Inherited from LayoutManagerT.)
Public methodAddRemoteView
Adds a remote view to the layout.
(Inherited from LayoutManagerT.)
Public methodAddRemoteViews
Adds remote views to the layout.
(Inherited from LayoutManagerT.)
Protected methodAddView
Adds a view to the container.
(Overrides LayoutManagerTAddView(T).)
Public methodApplyPreset
Applies a preset.
(Inherited from LayoutPreset.)
Public methodCalculateLayout
Gets a video frame layout.
(Inherited from LayoutPreset.)
Public methodCopyToPreset
Copies this preset's properties to another preset.
(Inherited from LayoutPreset.)
Protected methodDispatchToMainThread
Dispatches an action to the main thread.
(Overrides LayoutManagerTDispatchToMainThread(Action2Object, Object, Object, Object).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetLayout(Int32, Int32, Int32)
Gets a video frame layout.
(Inherited from LayoutManagerT.)
Protected methodGetLayout(Int32, Int32, Int32, String)
Gets a video frame layout.
(Inherited from LayoutManagerT.)
Public methodGetLocalView
Gets the local view from the layout.
(Inherited from LayoutManagerT.)
Public methodGetRemoteView
Gets a remote view from the layout.
(Inherited from LayoutManagerT.)
Public methodGetRemoteViewIds
Gets the IDs of the remote views in the layout.
(Inherited from LayoutManagerT.)
Public methodGetRemoteViews
Gets all remote views from the layout.
(Inherited from LayoutManagerT.)
Public methodGetRemoteViews(String)
Gets remote views from the layout.
(Inherited from LayoutManagerT.)
Public methodGetType (Inherited from Object.)
Public methodLayout
Positions the local and remote views within the layout.
(Overrides LayoutManagerTLayout.)
Public methodLayoutOnMainThread
Positions the local and remote views within the layout after dispatching to the main thread.
(Inherited from LayoutManagerT.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveRemoteMedia
Removes remote media from the layout.
(Inherited from LayoutManagerT.)
Public methodRemoveRemoteView
Removes a remote view from the layout.
(Inherited from LayoutManagerT.)
Public methodRemoveRemoteViews
Removes all remote views from the layout.
(Inherited from LayoutManagerT.)
Public methodRemoveRemoteViews(String)
Removes remote views from the layout.
(Inherited from LayoutManagerT.)
Protected methodRemoveView
Removes a view from the container.
(Overrides LayoutManagerTRemoveView(T).)
Public methodReset
Removes all remote views from the layout, then removes the local view from the layout.
(Inherited from LayoutManagerT.)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodSetLocalMedia
Adds the local media to the layout.
(Inherited from LayoutManagerT.)
Public methodSetLocalView
Adds the local view to the layout.
(Inherited from LayoutManagerT.)
Public methodSwapRemoteMedia
Swaps remote media in the layout.
(Inherited from LayoutManagerT.)
Public methodSwapRemoteView
Swaps a remote view in the layout.
(Inherited from LayoutManagerT.)
Public methodSwapRemoteViews
Swaps remote views in the layout.
(Inherited from LayoutManagerT.)
Public methodToString (Inherited from Object.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Public methodUnsetLocalView
Removes the local view from the layout.
(Inherited from LayoutManagerT.)
Top
See Also