IXRGeometry::GetBounds (Compact 2013)

3/28/2014

This method retrieves the bounding box of the current IXRGeometry object.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetBounds(
    __out XRRect *pBounds
) = 0;

Parameters

  • pBounds
    [out] Points to an XRRect structure that specifies the bounding box of the current IXRGeometry object.

Return Values

Returns a standard HRESULT.

.NET Framework Equivalent

System.Windows.Media.Geometry.Bounds

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRGeometry