FramesCreateFromHBITMAP Method (IMFrames)
bitmap handle
output frame object
additional properties
Creates a frame from handle of bitmap
Syntax
Sub FramesCreateFromHBITMAP( _
   ByVal _hBitmap As Long, _
   ByRef _ppFrame As MFrame, _
   ByVal _bsPropsList As String _
) 
void FramesCreateFromHBITMAP( 
   long _hBitmap,
   out MFrame _ppFrame,
   string _bsPropsList
)
procedure FramesCreateFromHBITMAP( 
    _hBitmap: Int64;
   Out  _ppFrame: MFrame;
    _bsPropsList: String
); 
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

IMFrames Interface
IMFrames Members