This document is archived and information here might be outdated. Recommended version. |
The ISurface interface (convenient tool for chaining in VB).
[Visual Basic .NET] Public ReadOnly Property Surface As ISurface
[C#] public ISurface Surface {get;}
[C++]
HRESULT get_Surface(
ISurface** ppSurface
);
[C++] Parameters ppSurface [out, retval]
ppSurface is a parameter of type ISurface**
This returns the ISurface interface. You can always get the ISurface interface from the Tin object, but this method enables you to avoid having to declare and set an ISurface interface pointer.