ID3D10Device::SetTextFilterSize method (d3d10.h)

This method is not implemented.

Syntax

void SetTextFilterSize(
  [in] UINT Width,
  [in] UINT Height
);

Parameters

[in] Width

Type: UINT

Not applicable

[in] Height

Type: UINT

Not applicable

Return value

None

Remarks

This method is not implemented, and should not be used.

Requirements

Requirement Value
Target Platform Windows
Header d3d10.h
Library D3D10.lib

See also

ID3D10Device Interface