FramesCreateFromHBITMAP Method (MFactoryClass)
bitmap handle
output frame object
additional properties
Creates a frame from handle of bitmap
Syntax
Public Overridable Sub FramesCreateFromHBITMAP( _
   ByVal _hBitmap As Long, _
   ByRef _ppFrame As MFrame, _
   ByVal _bsPropsList As String _
) 
public virtual void FramesCreateFromHBITMAP( 
   long _hBitmap,
   out MFrame _ppFrame,
   string _bsPropsList
)
public procedure FramesCreateFromHBITMAP( 
    _hBitmap: Int64;
   Out  _ppFrame: MFrame;
    _bsPropsList: String
); virtual; 
public: virtual void FramesCreateFromHBITMAP( 
   long _hBitmap,
   [PARAMFLAG::Out] MFrame* _ppFrame,
   BSTR* _bsPropsList
) 

Parameters

_hBitmap
bitmap handle
_ppFrame
output frame object
_bsPropsList
additional properties
Remarks

Example

See Also

Reference

MFactoryClass Class
MFactoryClass Members