IXRShape::GetGeometryTransform (Compact 2013)
3/28/2014
This method retrieves the IXRMatrix object calculated by XAML 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 |