AddImageByHandle Method (CoMLCharGenClass)
image handle
X axis position
Y axis position
indicates whether position is relative ("1") or not ("0")
indicates whether item will be showed ("1") or not ("0")
ID of new item
adds image from memory by its handle
Syntax
Public Overridable Sub AddImageByHandle( _
   ByVal _hBitmap As Integer, _
   ByVal _dblPosX As Double, _
   ByVal _dblPosY As Double, _
   ByVal _bRelativePos As Integer, _
   ByVal _bShow As Integer, _
   ByRef _pbsItemID As String _
) 
public virtual void AddImageByHandle( 
   int _hBitmap,
   double _dblPosX,
   double _dblPosY,
   int _bRelativePos,
   int _bShow,
   out string _pbsItemID
)
public procedure AddImageByHandle( 
    _hBitmap: Integer;
    _dblPosX: Double;
    _dblPosY: Double;
    _bRelativePos: Integer;
    _bShow: Integer;
   Out  _pbsItemID: String
); virtual; 
public: virtual void AddImageByHandle( 
   int _hBitmap,
   double _dblPosX,
   double _dblPosY,
   int _bRelativePos,
   int _bShow,
   [PARAMFLAG::Out] BSTR* _pbsItemID
) 

Parameters

_hBitmap
image handle
_dblPosX
X axis position
_dblPosY
Y axis position
_bRelativePos
indicates whether position is relative ("1") or not ("0")
_bShow
indicates whether item will be showed ("1") or not ("0")
_pbsItemID
ID of new item
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members