IXRTransformGroup::GetValue (Compact 2013)
3/28/2014
This method retrieves the IXRMatrix object calculated by XAML for Windows Embedded that describes the transformation represented by this IXRTransformGroup.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetValue(
__out 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 of 0x00000000 = S_OK to indicate success.
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 |