MPLATFORMLib Namespace > MFramesClass Class : FramesCreateFromSurface Method |
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 )