投稿

12月, 2017の投稿を表示しています

Drawing (1)

イメージ
To study how to draw some sort of figures such as lines and circles etc., and how to tap&drag those items, I developed a sample program referring to the official site of SkiaSharp and Inventing Events from Effects . In this sample program, correlation diagrams of novel characters can be easily created and editted.  Inputting characters group names in the 1st (main) page, they are listed in the ListView of the page.  If tap one of the name (the list item), move to the page where the correlation diagram of the tapped characters group can be created and editted. MainPage.xaml <? xml  version = " 1.0 "  encoding = " utf-8 "   ?> < ContentPage   xmlns = " http://xamarin.com/schemas/2014/forms "               xmlns : x = " http://schemas.microsoft.com/winfx/2009/xaml "               xmlns : views = " clr-namespace:SkiaSharp.Views.Forms;assembly=SkiaSharp.Views.Forms "               x : Class = " DrawTouch.Main