IXRMatrix3D::SetOffsetZ (Compact 2013)

3/28/2014

This method sets the multiplier to apply to points in the fourth row and third column of a three-dimensional (3-D) matrix.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetOffsetZ(
    float OffsetZ
) = 0;

Parameters

  • OffsetZ
    [in] Multiplier to apply to the points in the fourth row and third column of the 3-D matrix.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Media.Media3D.Matrix3D.OffsetZ

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRMatrix3D