andyhill
Australia
133 Posts |
Posted - Mar 22 2017 : 16:20:35
|
My ievFront (ImageEnVect) needs to be initialized as my drawing points are larger than the default, I hope this is the correct way:-
ievFront.Proc.ImageResize(1920, 2720);
Now, after initialization I want to add a new layer and brig it to the top (front):-
FrontBodyLayer:= ievFront.LayersAdd; ievFront.Layers[FrontBodyLayer].Bitmap.Width:= ievFront.IEBitmap.Width; ievFront.Layers[FrontBodyLayer].Bitmap.Height:= ievFront.IEBitmap.Height; ievFront.Layers[FrontBodyLayer].Visible:= True;
Please advise how to set ImageEnVect drawing size - thanks in advance.
Andy |
|