IXRScaleTransform::GetCenterX (Compact 2013)

3/28/2014

This method retrieves the x-coordinate of the center point of this scale transformation.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetCenterX(
    float* pCenterX
) = 0;

Parameters

  • pCenterX
    [out] Pointer to a float value that indicates the x-coordinate of the center point of this scale transformation.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

You can offset the local origin point (0,0) for a UI element on an IXRCanvas container object by setting the attached properties Canvas.Left and Canvas.Top. However, this is not considered a transformation; the UI object keeps its own local origin point for transformation purposes.

.NET Framework Equivalent

System.Windows.Media.ScaleTransform.CenterX

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRScaleTransform
IXRScaleTransform::SetCenterX