IXRCompositeTransform::SetCenterX (Compact 2013)
3/28/2014
This method sets the x-coordinate of the center point for all transforms specified in this composite transform.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetCenterX(
__in float CenterX
) = 0;
Parameters
- CenterX
[in] The float value that specifies 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 |