vb@rchiv
VB Classic
VB.NET
ADO.NET
VBA
C#
vb@rchiv Offline-Reader - exklusiv auf der vb@rchiv CD Vol.4  
 vb@rchiv Quick-Search: Suche startenErweiterte Suche starten   Impressum  | Datenschutz  | vb@rchiv CD Vol.6  | Shop Copyright ©2000-2024
 
zurück

 Sie sind aktuell nicht angemeldet.Funktionen: Einloggen  |  Neu registrieren  |  Suchen

VB.NET - Fortgeschrittene
Re: Problem mit Ausgabe in PictureBox 
Autor: Dikn
Datum: 26.03.18 08:36

Hallo!
Dank für Deine Mühe!!!
Ich verstehe nicht warum mal mit mal ohne Streifen...

    Public Class frmTestPicBox
 
    Dim pb As New PictureBox With 
        {.Parent = Me, .SizeMode = PictureBoxSizeMode.Zoom,
        .Location = New Point(10, 10), .Size = New Drawing.Size(592, 333)}
 
    ' --> gleiche Seitenverhältnisse, aber... 
    ' Dim bmp As New Bitmap(2640, 1485)
      ' 2640:592=4.4594594... 2640:1485=1.77777...  --> mit Randstreifen
 
    Dim bmp As New Bitmap(2720, 1530)
      ' 2720:592=4.5944594... 2720:1530=1.77777...  --> o h n e Randstreifen
 
 
    Private Sub frmTestPicBox_Load 
       (sender As Object, e As EventArgs) Handles MyBase.Load
 
        Me.Size = New Size(628, 392)
        Me.BackColor = Color.Yellow
        pb.BackColor = Color.Red
 
        Using g As Graphics = Graphics.FromImage(bmp)
            g.Clear(Color.Green)
        End Using
 
        pb.Image = bmp
    End Sub
End Class
alle Nachrichten anzeigenGesamtübersicht  |  Zum Thema  |  Suchen

 ThemaViews  AutorDatum
Problem mit Ausgabe in PictureBox2.958Dikn23.03.18 18:29
Re: Problem mit Ausgabe in PictureBox2.113Manfred X23.03.18 20:15
Re: Problem mit Ausgabe in PictureBox2.068Kuno6023.03.18 20:44
Re: Problem mit Ausgabe in PictureBox2.031Dikn25.03.18 10:10
Re: Problem mit Ausgabe in PictureBox2.075Manfred X25.03.18 12:48
Re: Problem mit Ausgabe in PictureBox2.056Dikn26.03.18 08:36
Re: Problem mit Ausgabe in PictureBox2.086Kuno6027.03.18 16:29
Re: Problem mit Ausgabe in PictureBox2.021Dikn26.03.18 09:58
Re: Problem mit Ausgabe in PictureBox2.040Manfred X26.03.18 11:26
Re: Problem mit Ausgabe in PictureBox2.034Dikn26.03.18 17:44
Re: Problem mit Ausgabe in PictureBox2.169Manfred X26.03.18 18:32
Re: Problem mit Ausgabe in PictureBox2.003Dikn27.03.18 09:22
Re: Problem mit Ausgabe in PictureBox2.152Manfred X27.03.18 09:33
Re: Problem mit Ausgabe in PictureBox1.987Dikn28.03.18 12:03
Re: Problem mit Ausgabe in PictureBox2.006Kuno6028.03.18 15:17
Re: Problem mit Ausgabe in PictureBox2.055Dikn28.03.18 18:01
Re: Problem mit Ausgabe in PictureBox1.977Kuno6004.04.18 07:06
Re: Problem mit Ausgabe in PictureBox1.928Manfred X04.04.18 13:37
Re: Problem mit Ausgabe in PictureBox1.869Kuno6004.04.18 20:18
Re: Problem mit Ausgabe in PictureBox1.840Manfred X04.04.18 20:51
Re: Problem mit Ausgabe in PictureBox1.901Kuno6004.04.18 21:10
Re: Problem mit Ausgabe in PictureBox1.902Manfred X04.04.18 21:40
Re: Problem mit Ausgabe in PictureBox1.820Kuno6004.04.18 22:52
Re: Problem mit Ausgabe in PictureBox1.865Manfred X04.04.18 23:02
Re: Problem mit Ausgabe in PictureBox1.852Kuno6004.04.18 23:20
Re: Problem mit Ausgabe in PictureBox1.894Manfred X04.04.18 23:33

Sie sind nicht angemeldet!
Um auf diesen Beitrag zu antworten oder neue Beiträge schreiben zu können, müssen Sie sich zunächst anmelden.

Einloggen  |  Neu registrieren

Funktionen:  Zum Thema  |  GesamtübersichtSuchen 

nach obenzurück
 
   

Copyright ©2000-2024 vb@rchiv Dieter Otter
Alle Rechte vorbehalten.
Microsoft, Windows und Visual Basic sind entweder eingetragene Marken oder Marken der Microsoft Corporation in den USA und/oder anderen Ländern. Weitere auf dieser Homepage aufgeführten Produkt- und Firmennamen können geschützte Marken ihrer jeweiligen Inhaber sein.

Diese Seiten wurden optimiert für eine Bildschirmauflösung von mind. 1280x1024 Pixel