IXRCompositeTransform::GetCenterY (Compact 2013)

3/28/2014

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

Syntax

virtual HRESULT STDMETHODCALLTYPE GetCenterY(
    __out float* pCenterY
) = 0;

Parameters

  • pCenterY
    [out] Pointer to a float value that represents 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