MLCHARGENLib Namespace > CoMLCharGenClass Class : SetItemPos Method |
Public Overridable Sub SetItemPos( _ ByVal _bsItemID As String, _ ByVal _dblPosX As Double, _ ByVal _dblPosY As Double, _ ByVal _bRelativePos As Integer, _ ByVal _nMsecForChange As Integer _ )
public virtual void SetItemPos( string _bsItemID, double _dblPosX, double _dblPosY, int _bRelativePos, int _nMsecForChange )
public procedure SetItemPos( _bsItemID: String; _dblPosX: Double; _dblPosY: Double; _bRelativePos: Integer; _nMsecForChange: Integer ); virtual;
public: virtual void SetItemPos( BSTR* _bsItemID, double _dblPosX, double _dblPosY, int _bRelativePos, int _nMsecForChange )