728x90
반응형
728x170
▶ MainWindow.xaml
<Window x:Class="TestProject.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="800"
Height="600"
Title="Path 엘리먼트 : 패스 미니 언어로 무한대 기호 그리기"
FontFamily="나눔고딕코딩"
FontSize="16">
<Grid>
<Path
HorizontalAlignment="Center"
VerticalAlignment="Center"
Stroke="Blue"
StrokeThickness="10"
Data="M 100 0
C 45 0 0 45 0 100
S 45 200 100 200
S 200 150 250 100
S 345 0 400 0
S 500 45 500 100
S 455 200 400 200
S 300 150 250 100
S 155 0 100 0" />
</Grid>
</Window>
728x90
반응형
그리드형(광고전용)
'C# > WPF' 카테고리의 다른 글
[C#/WPF] FormatConvertedBitmap 클래스 : DestinationPalette 속성을 사용해 비트맵 픽셀 포맷 변경하기 (0) | 2020.08.29 |
---|---|
[C#/WPF] CroppedBitmap 클래스 : SourceRect 속성을 사용해 이미지 잘라내기 (0) | 2020.08.29 |
[C#/WPF] FormatConvertedBitmap 클래스 : 비트맵 픽셀 포맷 변경하기 (0) | 2020.08.29 |
[C#/WPF] TransformedBitmap 클래스 : 이미지 회전시키기 (0) | 2020.08.29 |
[C#/WPF] Viewport3D 클래스 : 큐브 움직이기 (0) | 2020.08.29 |
[C#/WPF] Polyline 클래스 : 베지어 곡선 그리기 (0) | 2020.08.29 |
[C#/WPF] CombinedGeometry 엘리먼트 : GeometryCombineMode 속성 사용하기 (0) | 2020.08.29 |
[C#/WPF] FlowDocument 클래스 : XAML 구하기 (0) | 2020.08.29 |
[C#/WPF] TextRange 클래스 : ApplyPropertyValue 메소드를 사용해 문서 서식 설정하기 (0) | 2020.08.29 |
[C#/WPF] Paragraph 클래스 : 텍스트 포인터 구하기 (0) | 2020.08.29 |
댓글을 달아 주세요