IXRMatrix3D::GetOffsetX (Compact 2013)
3/28/2014
This method retrieves the multiplier value to apply to the points in the fourth row and first column of a three-dimensional (3-D) matrix.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetOffsetX(
float* pOffsetX
) = 0;
Parameters
- pOffsetX
[out] Pointer to a variable that receives the multiplier value to apply to the points in the fourth row and first column of the 3-D matrix.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.Media.Media3D.Matrix3D.OffsetX
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |