IXRCompositeTransform::SetCenterY (Compact 2013)

3/28/2014

This method sets the y-coordinate of the center point for all transforms specified in this composite transform.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetCenterY(
    __in float CenterY
) = 0;

Parameters

  • CenterY
    [in] The float value that specifies the y-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.CenterY

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRCompositeTransform