IXRTranslateTransform::GetY (Compact 2013)
3/28/2014
This method retrieves the distance to translate along the y-axis.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetY(
float* pY
) = 0;
Parameters
- pY
[out] Pointer to a float value that indicates the distance to translate (move) an object along the y-axis, in pixels.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
Negative values for pY move an object up; positive values for pY move an object down.
.NET Framework Equivalent
System.Windows.Media.TranslateTransform.Y
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |