ID3DXLine::SetAntialias method

Toggles line antialiasing.

Syntax

HRESULT SetAntialias(
  [in] BOOL bAntiAlias
);

Parameters

bAntiAlias [in]

Type: BOOL

Toggles antialiasing on and off. TRUE turns antialiasing on, and FALSE turns antialiasing off.

Return value

Type: HRESULT

If the method succeeds, the return value is D3D_OK. If the method fails, the return value can be one of the following: D3DERR_INVALIDCALL, D3DXERR_INVALIDDATA.

Requirements

Requirement Value
Header
D3dx9core.h
Library
D3dx9.lib

See also

ID3DXLine

ID3DXLine::GetAntialias