OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Developer Forums > VBA > CorelDRAW/Corel DESIGNER VBA

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-10-2008, 19:50
lukswa
Guest
 
Posts: n/a
Question Selecting shapes in rectangle area

Hi,

Simply, I'd like to select shapes in the rectangle, let say: X=-100, Y=-100, width = 200, height = 200 and receive an array of shapes so I can read their positions.
Could anybody help me.

Thanks,
Luke
Reply With Quote
  #2  
Old 06-10-2008, 02:14
shelbym's Avatar
shelbym shelbym is offline
Senior Member
 
Join Date: Nov 2002
Location: Cheyenne, WY
Posts: 1,791
Blog Entries: 15
Send a message via ICQ to shelbym Send a message via AIM to shelbym Send a message via MSN to shelbym Send a message via Yahoo to shelbym
Default SelectShapesFromRectangle

You are looking for this.
Code:
Set mySelection = ActivePage.SelectShapesFromRectangle(x, y, x + w, y + h, False)
Best of luck,
-Shelby
Reply With Quote
  #3  
Old 07-10-2008, 02:13
lukswa
Guest
 
Posts: n/a
Smile Thank you

Thank you very much for quick response.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
area paul lantz General 2 03-09-2008 17:49
Create Rectangle-Shape with positioning WernerHo CorelDRAW/Corel DESIGNER VBA 2 06-02-2008 03:40
Checking If Artistic Text is on a rectangle shape knowbodynow CorelDRAW/Corel DESIGNER VBA 2 16-04-2007 17:47
Selecting multiple Named shapes Mitsu1 CorelDRAW/Corel DESIGNER VBA 2 09-11-2006 10:07
Tiler-Script, bounding rectangle + CorelDraw 11 Layout-herber CorelDRAW CS 3 24-01-2003 01:40


All times are GMT -5. The time now is 22:14.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com