IXRGeometry::SetTransform (Compact 2013)
3/28/2014
This method applies an IXRTransform object to an IXRGeometry object.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetTransform (
__in IXRTransform *pTransform
)=0;
Parameters
- pTransform
[in] Points to the IXRTransform to apply.
Return Values
Returns a standard HRESULT.
.NET Framework Equivalent
System.Windows.Media.Geometry.Transform property
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |