첨부 실행 코드는 나눔고딕코딩 폰트를 사용합니다.
728x90
반응형
728x170

TestProject.zip
다운로드

▶ 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
반응형
그리드형(광고전용)
Posted by icodebroker

댓글을 달아 주세요