How to make graphics path
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(graphicspath)
,will probably add independent point in graphicspath class to be excluded from the region.
I cannot make different graphics 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 graphicspath object.Add many point to it to be excluded from the region.
Can anybody tell me how can add points to graphics path object.
Summary::
How can we add independent point to graphicspath class to be excluded from the region.??
PLease any body reply me urgent
|