MLCHARGENLib Namespace > IMLCharGen Interface : SetItemSize Method |
Sub SetItemSize( _ ByVal _bsItemID As String, _ ByVal _dblSizeX As Double, _ ByVal _dblSizeY As Double, _ ByVal _bRelativeSize As Integer, _ ByVal _nMsecForChange As Integer _ )
void SetItemSize( string _bsItemID, double _dblSizeX, double _dblSizeY, int _bRelativeSize, int _nMsecForChange )
procedure SetItemSize( _bsItemID: String; _dblSizeX: Double; _dblSizeY: Double; _bRelativeSize: Integer; _nMsecForChange: Integer );
void SetItemSize( BSTR* _bsItemID, double _dblSizeX, double _dblSizeY, int _bRelativeSize, int _nMsecForChange )