-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
Hi,
Image32 is an amazing library but it is hard to use for writing VCL component. Most of operator when drawing VCL component related to background, border,... only. So, it will be great if there is something like this:
var
CssStyle: TCssStyle;
begin
CssStyle.BorderColor := clRed32;
CssStyle.Background := TBackgroundLinenearGradient.Create(clFrom, clTo);
// ...
CssStyle.Draw(Image32, DrawRect);
end;Thank you
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels