Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
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: