ID3D10Device::GetTextFilterSize method (d3d10.h)

This method is not implemented.

Syntax

void GetTextFilterSize(
  UINT *pWidth,
  UINT *pHeight
);

Parameters

pWidth

Type: UINT*

Not applicable

pHeight

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