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
 ImageENview - Keep background color showing?

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
cpstevenc Posted - Nov 28 2022 : 17:42:56
Using 11.2
Version 11.4.0


I have it set to be blacked out

But when I run , you can see a black border but rest is now white.



been fiddling with properties ...

object imgUserProfile: TImageEnView
  Left = 8
  Top = 8
  Width = 185
  Height = 149
  DesignTimeView = dvBlank
  Background = clBlack
  GradientEndColor = clBlack
  BackgroundColor2 = clBlack
  MouseWheelParams.Action = iemwNone
  ScrollBars = ssNone
  SelectionOptions = []
  BackgroundOuter = clBlack
  EnableAlphaChannel = False
  AutoStretch = True
  AutoShrink = True
  DragCursor = crHandPoint
  EnableInteractionHints = False
  PlayLoop = False
  AsyncLoading = True
  AutoCursors = False
  TabOrder = 0
end
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 28 2022 : 19:19:50
Hi

By default, TImageEnView initialized with a blank image the size of the control, which is the white that you see. So if you reset the image, you can see the background:

ImageEnView1.Blank();

Nigel
Xequte Software
www.imageen.com