QR
This commit is contained in:
parent
4d50dc8dd2
commit
caa49e3a2a
@ -310,7 +310,7 @@
|
|||||||
<None Include="Resources\Checkmark_blue_16x.png" />
|
<None Include="Resources\Checkmark_blue_16x.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Resources\qrweb.png" />
|
<Content Include="Resources\QR.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
</Project>
|
</Project>
|
||||||
@ -617,7 +617,6 @@ namespace Deckungsbeitrag
|
|||||||
|
|
||||||
Image qrweb = Image.FromFile(ConfigurationManager.AppSettings["QrPfad"]);
|
Image qrweb = Image.FromFile(ConfigurationManager.AppSettings["QrPfad"]);
|
||||||
qrweb.RotateFlip(RotateFlipType.Rotate270FlipNone);
|
qrweb.RotateFlip(RotateFlipType.Rotate270FlipNone);
|
||||||
|
|
||||||
Bitmap bitmap = new Bitmap(1200, 350);
|
Bitmap bitmap = new Bitmap(1200, 350);
|
||||||
//bitmap.SetResolution(100, 100);
|
//bitmap.SetResolution(100, 100);
|
||||||
Graphics g = Graphics.FromImage(bitmap);
|
Graphics g = Graphics.FromImage(bitmap);
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 153 KiB |
Loading…
x
Reference in New Issue
Block a user