Group: Forum Members
Last Active: 3 Years Ago
Posts: 59,
Visits: 77
|
I have a NLineShape that I am trying to move by programatically. It has a start location and has a width, but because it is exactly horizontal the bounds height is 0;
When I try and do
myLine.Location = new NPointF(10.0f,10.0f);
It throws an exception complaining that the new bounds can not have a 0 height or width. If the line is NOT exactly horizontal by even a pixel, this error does not occur.
Can I change the horizontal lines location without it throwing that exception?
Thanks in advance, Jason
|