Skip to content

Supports CSS alike drawing #138

@khongten001

Description

@khongten001

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions