Share via


ICompositionSurfaceFacade.GetRealSurface Method

Definition

Retrieves the ICompositionSurface object represented by this façade.

public:
 ICompositionSurface ^ GetRealSurface();
ICompositionSurface GetRealSurface();
public ICompositionSurface GetRealSurface();
function getRealSurface()
Public Function GetRealSurface () As ICompositionSurface

Returns

The ICompositionSurface object represented by this façade.

Remarks

The real object cannot in turn also be a façade; it must be a real object, or the assignment (or creation) method fails with E_INVALIDARG.

Applies to

See also