painteventargs

  1. H

    Draw Both Arabic And English Words Char By Char?

    I'm trying to draw the same text from textBox to Panel char By Char For both Arabic & English with the same char size and position also style and color my code works perfectly if the text is English language but for Arabic its printing separated chars . I Know if i use DrawString , DrawTextBox...
  2. L

    these 2 codes are smiliar but the results are different.

    private void Form1_Paint(object sender, System.Windows.Forms.PaintEventArgs e) { Pen pen = new Pen(ForeColor); if (m_DrawWave) { sbpMainPanel.Text = "Drawing .WAV file..."; wave.Draw(e, pen)...
Back
Top Bottom