This topic has not yet been rated - Rate this topic

GeneralTransform.TransformBoundsCore method

Provides the means to override the TransformBounds behavior in a derived transform class.

Syntax

Protected Overridable Function TransformBoundsCore(
  rect As Rect 
) As Rect

Parameters

rect

Type: Rect

The bounding box to transform.

Return value

Type: Rect

The smallest axis-aligned bounding box possible that contains the transformed rect.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

See also

GeneralTransform

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.