ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Vector Polygons

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
John Posted - Mar 16 2013 : 13:41:58
Hello

a) Is there a function to return the number of points in a selected vector polygon?

The goal would be to use this value to calculate a precentage reduction in the number of "Maximum Points" when using the ImageEnVect1.SimplifyPolygon procedure.

b) Is there a mechanism to select a contiguous group (subset) of points in a polygon for deletion and then redraw the polygon?

TIA

John


RemovePolygonJaggedEdges
1   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Mar 27 2013 : 02:47:14
quote:
a) Is there a function to return the number of points in a selected vector polygon?


TImageEnVect.ObjPolylinePointsCount[] returns number of points of specified polygon.

quote:
b) Is there a mechanism to select a contiguous group (subset) of points in a polygon for deletion and then redraw the polygon?


No, I'm sorry.