Share via


IXRTransformGroup::GetValue (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the IXRMatrix object calculated by Silverlight for Windows Embedded that describes the transformation represented by this IXRTransformGroup.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetValue(
    IXRMatrix** ppValue
) = 0;

Parameters

  • ppValue
    [out] Address of an IXRMatrix pointer that represents a composite of the IXRTransform-derived objects in this IXRTransformGroup.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

Call this method either after you have supplied an IXRTransformCollection for this IXTransformGroup, or after you have parsed the source XAML (containing the defined collection) into an object tree and retrieved a pointer to this IXRTransformGroup object.

.NET Framework Equivalent

System.Windows.Media.TransformGroup.Value

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRTransformGroup