How to make graphical path???

  • Thread starter Thread starter simsimlhr
  • Start date Start date
S

simsimlhr

What i want to do is given below.
I have put whole form in region class.
Now i want to exclude some independent points from that region
I will probably use region.Exclude(graphicalpath)
,will probably add independent point in graphicalpath class to be
excluded from the region.
I cannot make different graphical path objects and add a rectangle
around one point to each graphical object for each point and exclude
from the region.If we exclude many times its gives stack overflow
error.So i want one graphicalpath object.Add many point to it to be
excluded from the region.
Can anybody tell me how can add points to graphical path object.

Summary::

How can we add independent point to graphicalpath class to be excluded
from the region.??


PLease any body reply me urgent
 
Atleast find the solution
graphicspath.AddREctangle(pixelx,pixely,1,1);
to add independent point
 
Back
Top