FramesCreateFromSurface Method (MFramesClass)
surface object
output frame object
additional properties
Creates a frame from surface (Direct3D object). Not implemented yet.
Syntax
Public Overridable Sub FramesCreateFromSurface( _
   ByVal _pSurface As Object, _
   ByRef _ppFrame As MFrame, _
   ByVal _bsPropsList As String _
) 
public virtual void FramesCreateFromSurface( 
   object _pSurface,
   out MFrame _ppFrame,
   string _bsPropsList
)
public procedure FramesCreateFromSurface( 
    _pSurface: TObject;
   Out  _ppFrame: MFrame;
    _bsPropsList: String
); virtual; 
public: virtual void FramesCreateFromSurface( 
   IUnknown* _pSurface,
   [PARAMFLAG::Out] MFrame* _ppFrame,
   BSTR* _bsPropsList
) 

Parameters

_pSurface
surface object
_ppFrame
output frame object
_bsPropsList
additional properties
Example

See Also

Reference

MFramesClass Class
MFramesClass Members