Share via


IXRGeometry::GetBounds (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRGeometry