IXRMatrix3D::SetOffsetY (Compact 7)
3/12/2014
This method sets the multiplier value to apply to the points in the fourth row and second column of a three-dimensional (3-D) matrix.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetOffsetY(
float OffsetY
) = 0;
Parameters
- OffsetY
[in] Multiplier value to apply to the points in the fourth row and second column of the 3-D matrix.
Return Value
Returns an HRESULT that indicates whether or not the method succeeded.
.NET Framework Equivalent
System.Windows.Media.Matrix3D.OffsetY
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |