Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6939603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:38:37+00:00 2026-05-27T12:38:37+00:00

I have a polygon which has a MouseLeftButtonDown event. When I click near its

  • 0

I have a polygon which has a MouseLeftButtonDown event. When I click near its edges (say 10 pixes inside from the borders) the event is not called. What could be the problem of this?

Secondly, can we add child of a polygon?

private void Window_Loaded(object sender, RoutedEventArgs e) 
{
    Polygon p = new Polygon() { 
    Stroke = Brushes.Black, 
    StrokeThickness = 2, 
    Points = new PointCollection() {new Point(10,10), new Point(50,10), 
    new Point(56, 45) }};    
    p.MouseLeftButtonDown += new MouseButtonEventHandler(p_MouseLeftButtonDown);
    mygrd.Children.Add(p); 
}

void p_MouseLeftButtonDown(object sender, MouseButtonEventArgs e) 
{ 
    MessageBox.Show("Entered"); 
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T12:38:37+00:00Added an answer on May 27, 2026 at 12:38 pm

    give the polygon a fill brush and your mouse event fires

    private void Window_Loaded(object sender, RoutedEventArgs e)
    {
      Polygon p = new Polygon() {
        Stroke = Brushes.Black,
        StrokeThickness = 2,
        Fill = Brushes.Transparent, // or something else
        Points = new PointCollection() {new Point(10,10), new Point(50,10), new Point(56, 45) }};
      p.MouseLeftButtonDown += new MouseButtonEventHandler(p_MouseLeftButtonDown);
      mygrd.Children.Add(p);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm wondering something. I have class Polygon , which composes a vector of Line
I have 1 red polygon say and 50 randomly placed blue polygons - they
I have a list of Shapely polygons in Python. To find out which polygon
Let's say I have a polygon, and I want to mesh it. In order
I have the following code which has been passed on to me and creates
I have code for an imagemap which has a few links. The code currently
I have a shapefile with around 19,000 points. Its basically export from a raster.
I have a polygon soup of triangles that I would like to construct a
I have a polygon structure in an sql2005 db as described below. CREATE TABLE
I have a polygon with V vertices and n number of openings. How can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.