This topic has not yet been rated - Rate this topic

RectHelper.GetLeft method

Gets a "Left" value for the specified Rect. So long as Width is positive, "Left" is evaluated as X. C# and Microsoft Visual Basic code should use Left instead.

Syntax


public static float GetLeft(
  Rect target
)

Parameters

target

Type: Rect

The Rect to evaluate.

Return value

Type: System.Single [.NET] | float32 [C++]

The evaluated "Left" value.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

RectHelper

 

 

Build date: 1/31/2013

© 2013 Microsoft. All rights reserved.