Changeset 164
- Timestamp:
- 3/9/2008 12:27:30 PM (5 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Eraser/MainForm.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/MainForm.cs
r149 r164 159 159 //And the logo 160 160 Bitmap logo = Properties.Resources.BackgroundLogo; 161 dc.DrawImage(logo, new Point(ClientSize.Width - logo.Width - 10, 10)); 161 dc.DrawImage(logo, new Point(ClientSize.Width - logo.Width - 10, 162 (contentPanel.Top - logo.Height) / 2)); 162 163 163 164 dc.SmoothingMode = SmoothingMode.AntiAlias;
Note: See TracChangeset
for help on using the changeset viewer.
