In This Topic
The following tables list the members exposed by Surface2.
Public Constructors
Public Properties
Public Methods
| Name | Description |
  | Create | Initializes a new sub resource surface instance of Surface2 class. |
 | Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Util.DX.ComObject) |
 | GetDC | HRESULT IDXGISurface1::GetDC([In] BOOL Discard,[Out] HDC* phdc) (Inherited from C1.Util.DX.DXGI.Surface1) |
 | GetDescription | HRESULT IDXGISurface::GetDesc([Out] DXGI_SURFACE_DESC* pDesc) (Inherited from C1.Util.DX.DXGI.Surface) |
 | GetDevice | Overloaded. Retrieves the device. (Inherited from C1.Util.DX.DXGI.DeviceChild) |
 | GetParent | Overloaded. Gets the parent of the object. (Inherited from C1.Util.DX.DXGI.DXGIObject) |
 | GetPrivateData | HRESULT IDXGIObject::GetPrivateData([In] const GUID& Name,[InOut] unsigned int* pDataSize,[Out, Buffer] void* pData) (Inherited from C1.Util.DX.DXGI.DXGIObject) |
 | GetResource | HRESULT IDXGISurface2::GetResource([In] const GUID& riid,[Out] void** ppParentResource,[Out] unsigned int* pSubresourceIndex) |
 | Map | Overloaded. Acquires access to the surface data. (Inherited from C1.Util.DX.DXGI.Surface) |
 | QueryInterface | Overloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | QueryInterfaceOrNull | Overloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | ReleaseDC | Overloaded. Releases the GDI device context (DC) associated with the current surface and allows rendering using Direct3D. The whole surface to be considered dirty. (Inherited from C1.Util.DX.DXGI.Surface1) |
 | ReleaseDC_ | HRESULT IDXGISurface1::ReleaseDC([In, Optional] RECT* pDirtyRect) (Inherited from C1.Util.DX.DXGI.Surface1) |
 | SetPrivateData | HRESULT IDXGIObject::SetPrivateData([In] const GUID& Name,[In] unsigned int DataSize,[In, Buffer] const void* pData) (Inherited from C1.Util.DX.DXGI.DXGIObject) |
 | SetPrivateDataInterface | HRESULT IDXGIObject::SetPrivateDataInterface([In] const GUID& Name,[In] const IUnknown* pUnknown) (Inherited from C1.Util.DX.DXGI.DXGIObject) |
 | Unmap | HRESULT IDXGISurface::Unmap() (Inherited from C1.Util.DX.DXGI.Surface) |
Top
Public Events
Public Operators
See Also