This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, May 22, 2008 10:10:13 AM(UTC)
Groups: Registered
Posts: 29
Hello, I am on LT v15 for .NET.
My question is that I am drawing an AnnRectangleObject programmatically and I need to know how to set the location and height/width of the rectangle object. We used to be able to do this in LT v14 by setting the Bounds property, but this property is no longer available.
Please advise...
#2
Posted
:
Friday, May 23, 2008 7:05:18 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Hi Keith,
You should have a Bounds property. Like so:
AnnRectangleObject annRect = new AnnRectangleObject();
annRect.Bounds = new AnnRectangle(0, 0, 100, 100);
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.