Leggi in inglese

Condividi tramite


CD3D11_RECT::operator const D3D11_RECT&() method

This operator returns the address of a D3D11_RECT structure that contains the data from the CD3D11_RECT instance.

Syntax

c++
CD3D11_RECT* operator const D3D11_RECT&() const;

Parameters

This method has no parameters.

Requirements

Minimum supported client

Windows 7 [desktop apps | UWP apps]

Minimum supported server

Windows Server 2008 R2 [desktop apps | UWP apps]

Header

D3D11.h

Library

D3D11.lib

See also

CD3D11_RECT