C# Class AdvancedLauncher.Tools.Extensions.ElementExtensions

Mostrar archivo Open project: GoldRenard/DMOAdvancedLauncher

Public Methods

Method Description
DisposeSubTree ( this @this ) : void
TransformElementToElement ( this @this, Point pt, UIElement target ) : Point

Method Details

DisposeSubTree() public static method

public static DisposeSubTree ( this @this ) : void
@this this
return void

TransformElementToElement() public static method

public static TransformElementToElement ( this @this, Point pt, UIElement target ) : Point
@this this
pt Point
target System.Windows.UIElement
return Point