IXRCompositeTransform::GetScaleY (Compact 2013)
3/28/2014
This method retrieves the y-axis scale factor, which determines the vertical stretching or shrinking of an object.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetScaleY(
__out float* pScaleY
) = 0;
Parameters
- pScaleY
[out] Pointer to a float value that represents the scale factor along the y-axis. The default is 1.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
Values between 0 and 1 decrease the height of the scaled object; values greater than 1 increase the height of the scaled object. A value of 1 indicates that the object is not scaled in the y-direction.
Negative values flip the scaled object vertically. Values between 0 and -1 flip the scale object and decrease its height. Values less than -1 flip the object and increase its height. A value of -1 flips the scaled object but does not change its vertical size.
.NET Framework Equivalent
System.Windows.Media.CompositeTransform.ScaleY
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |