Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I tell if a shape is combined or not?

Tags:

c#

coreldraw

Given a Shape object, how can I tell if that shape is a combination of shapes or not?

I could use BreakApartEx() and get a ShapeRange which I could count, but I would rather not break a part the shape if possible.

I am using Corel Draw X7.

like image 823
Magnus Lindhe Avatar asked Dec 19 '25 14:12

Magnus Lindhe


1 Answers

How about creating a duplicate shape, then use BreakApartEX, and shaperange.count? Then delete it. So, you still maintain the original shape.

like image 181
Anjaz Avatar answered Dec 22 '25 04:12

Anjaz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!