Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.23 KB

recthelper.md

File metadata and controls

28 lines (16 loc) · 1.23 KB
-api-id -api-type
T:Windows.UI.Xaml.RectHelper
winrt class

Windows.UI.Xaml.RectHelper

-description

Provides helper methods to evaluate or set Rect values. C# and Microsoft Visual Basic code should use members of Rect instead.

-remarks

Rect is a Windows Runtime structure that represents a rectangle's dimensions with an origin.

RectHelper is one of several Helper classes that are intended to provide utility methods for Windows Runtime structure values. C# and Microsoft Visual Basic code can use members of Rect instead, because utility members are available directly on the structure due to .NET Framework runtime support. C++ code can only access the data values on Rect, for example Left. For C++ developers, approximately the same utility features that a Microsoft Visual Basic developer could use directly on Rect are available in a static form on the RectHelper class.

-examples

-see-also

Rect