IXRCompositeTransform::GetCenterX (Compact 2013)
3/28/2014
This method retrieves the x-coordinate of the center point for all transforms specified in this composite transform.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetCenterX(
__out float* pCenterX
) = 0;
Parameters
- pCenterX
[out] Pointer to a float value that represents the x-coordinate of the center point for all transforms specified in this composite transform.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.Media.CompositeTransform.CenterX
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |