T O P I C R E V I E W |
pierrotsc |
Posted - Aug 31 2012 : 07:58:32 I have 2 layers. Layerssync is false so layers1 is not at the same position as layers0. I create a selection imageenvect.select(0,0,100,100) This selection is position with layers1. How can I make the selection reflects layers0? Thanks. P |
2 L A T E S T R E P L I E S (Newest First) |
fab |
Posted - Sep 03 2012 : 13:46:11 Make layer 0 the current layer (ImageEnVect.LayersCurrent := 0). The selection will acts on layer 0 instead of 1. |
w2m |
Posted - Aug 31 2012 : 10:12:17 It is my understanding that it is not possible to make a selection on layer 0 from layer 1... but I could be wrong.
William Miller Adirondack Software & Graphics Email: w2m@frontiernet.net EBook: http://www.imageen.com/ebook/ Apprehend: http://www.frontiernet.net/~w2m/index.html |