C# Class KineticMath.Helpers.FrameworkElementExtensions

Mostrar archivo Open project: kingston/kineticmath

Public Methods

Method Description
GetBoundaryRect ( this element ) : Rect

Gets the bounding rectangle of an element given the canvas

Method Details

GetBoundaryRect() public static method

Gets the bounding rectangle of an element given the canvas
public static GetBoundaryRect ( this element ) : Rect
element this
return System.Windows.Rect