Home
Features
Demos
Store
Forum
Support
ImageEn Forum
Profile
Join
Active Topics
Forum FAQ
Search
Forum membership is Free! Click
Join
to sign-up
Username:
Password:
Save Password
Forgot your Password?
All Forums
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
TImageEnView border
New Topic
Reply to Topic
Author
Topic
PeterPanino
933 Posts
Posted - Mar 03 2019 : 06:00:24
When I set:
ImageEnView1.BorderStyle := bsSingle;
... then I get a 1-pixel black-color border:
How can I get a thicker red-color border?
xequte
38615 Posts
Posted - Mar 03 2019 : 13:33:41
In v8.3.0, you can just set the layer[0] border (Layer 0 is the background image).
ImageEnView1.CurrentLayer.BorderColor := clRed;
ImageEnView1.CurrentLayer.BorderWidth := 10;
Nigel
Xequte Software
www.imageen.com
Topic
New Topic
Reply to Topic
Jump To:
Select Forum
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page