Notes![what is notes.io? What is notes.io?](/theme/images/whatisnotesio.png)
![]() ![]() Notes - notes.io |
Point ilkkonum;
public MainPage()
{
InitializeComponent();
}
private void kare_MouseMove(object sender, MouseEventArgs e)
{
Point yenikonum = e.GetPosition(kare);
if(surukleniyor)
{
Canvas.SetLeft(kare, Canvas.GetLeft(kare)+(yenikonum.X-ilkkonum.X));
Canvas.SetTop(kare, Canvas.GetTop(kare) + (yenikonum.Y- ilkkonum.Y));
}
}
private void kare_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
surukleniyor = true;
ilkkonum=e.GetPosition(kare);
}
private void kare_MouseLeftButtonUp(object sender, MouseButtonEventArgs e)
{
surukleniyor = false;
}
--------------------------------------------------------------------------------------
public partial class MainPage : UserControl
{
int i = 0;
public MainPage()
{
InitializeComponent();
}
private void LayoutRoot_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
i++;
Ellipse daire = new Ellipse();
daire.Width = 50;
daire.Height = 50;
Canvas.SetLeft(daire, e.GetPosition(this).X - 25);
Canvas.SetTop(daire, e.GetPosition(this).Y - 25);
if(i%2==0)
{
daire.Fill = new SolidColorBrush(Color.FromArgb(255, 255, 0, 0));
}
else
{
daire.Fill = new SolidColorBrush(Color.FromArgb(255, 255, 255, 0));
}
LayoutRoot.Children.Add(daire);
}
-----------------------------------------------------------------------------------------
private void ekle_Click(object sender, RoutedEventArgs e)
{
liste.Items.Add(txt.Text);
}
private void kaldir_Click(object sender, RoutedEventArgs e)
{
liste.Items.Remove(liste.SelectedItem);
}
-----------------------------------------------------------------------------------------
private void ileri_Click(object sender, RoutedEventArgs e)
{
TimeSpan sure = new TimeSpan(0, 0, 3);
video.Position = video.Position.Add(sure);
}
private void geri_Click(object sender, RoutedEventArgs e)
{
TimeSpan sure = new TimeSpan(0, 0, 3);
video.Position = video.Position.Subtract(sure);
}
private void oynat_Click(object sender, RoutedEventArgs e)
{
video.Play();
}
private void ses_ValueChanged(object sender, RoutedPropertyChangedEventArgs<double> e)
{
video.Volume = ses.Value;
}
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team