Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, May 22, 2008 10:10:13 AM(UTC)
keithway

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...
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Friday, May 23, 2008 7:05:18 AM(UTC)

jigar  
Guest

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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.101 seconds.