IXRShape::GetGeometryTransform (Windows Embedded CE 6.0)
1/6/2010
This method retrieves the IXRMatrix object calculated by Silverlight for Windows Embedded that describes the transformation that is applied to the geometry of a shape before it is drawn on the screen.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetGeometryTransform(
IXRMatrix** ppGeometryTransform
) = 0;
Parameters
- ppGeometryTransform
[out] Pointer to an IXRMatrix pointer that references the custom transformation to apply to the geometry of this shape.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
This method can be used in derived objects that provide methods to set geometry.
.NET Framework Equivalent
System.Windows.Shapes.Shape.GeometryTransform
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |