본문 바로가기

Dev/WPF3

Winform Chart Histodiagram을 개발에 이용하려함.https://livecharts.dev/#frameworks LiveCharts - LiveCharts2Beautiful, animated, mv* friendly, automatically updated, cross-platform and easy to use CHARTS 📈, MAPS 🌎 AND GAUGES 🌡️ FOR .NET LiveCharts is a data visualization library for .Net that can run across multiple devices and frameworks, It runs undlivecharts.devhttps://github.com/beto-rodriguez/LiveCharts2 GitHub .. 2024. 6. 22.
WPF 프린트를 이미지로 저장 WPF에서 시각적 요소를 이미지로 출력하는 방법은 다음과 같습니다: RenderTargetBitmap 클래스의 인스턴스를 생성하여 시각적 내용을 렌더링합니다. RenderTargetBitmap.Render 메서드를 호출하여 시각적 요소를 비트맵에 렌더링합니다. PngBitmapEncoder 또는 JpegBitmapEncoder 클래스의 인스턴스를 생성하여 비트맵을 이미지로 인코딩합니다. 인코더의 Encoder.Frames 속성을 사용하여 렌더링된 비트맵을 프레임 컬렉션에 추가합니다. 파일에 인코딩된 이미지를 저장하기 위해 FileStream을 생성하거나 다른 스트림을 사용합니다. BitmapEncoder.Save 메서드를 호출하여 이미지를 저장합니다. using System.IO; using System.. 2023. 7. 1.
nuget 설정 설정이 없어진 경우 추가, 로컬설정과 관련하여 사라진것 같습니다. Microsoft Visual Studio Offline Packages C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ nuget.org https://dist.nuget.org/index.html Nuget V2 https://www.nuget.org/api/v2/ Nuget V3 https://api.nuget.org/v3/index.json 2023. 4. 17.