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
 SelectColors and polylin point

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
hamidshali Posted - Mar 19 2016 : 02:36:16
hi
i use SelectColors for select one color in layer..n
it is work and select color in image but when use

 if (ImageEnVect1.Selected) then
 begin
 memo1.Lines.Clear;
  with ImageEnVect1 do
    for i:=0 to ImageEnVect1.PolySelCount-1 do
      memo1.Lines.Add( IntToStr( ImageEnVect1.PolySelPoints[i].X ) + ','+   IntToStr(ImageEnVect1.PolySelPoints[i].Y ) );
 end;


i cannot reach to points in selection

how get points in selection by SelectColors

thanx
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Mar 20 2016 : 21:09:06
Hi

TImageEnView.SelectColors() does not create a polygon selection, but fills the selection mask:

http://www.imageen.com/help/TImageEnView.SelectionMask.html

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com