An open API service indexing awesome lists of open source software.

https://github.com/jonasraoni/resizeable-shape-component

A Delphi component offering resizeable shapes and also a container where it can be created.
https://github.com/jonasraoni/resizeable-shape-component

delphi-component pascal resizeable shape

Last synced: about 1 month ago
JSON representation

A Delphi component offering resizeable shapes and also a container where it can be created.

Awesome Lists containing this project

README

          

# Resizeable Shape

A Delphi component written in Pascal offering resizeable shapes and also a container where they can be placed and created.

## TResizeShape

Inherits from TGraphicControl, can draw resizing anchors and resize itself (TResizeType = (rtTopLeft, rtTopMiddle, rtTopRight, rtMiddleLeft, rtCenter, rtMiddleRight, rtBottomLeft, rtBottomMiddle, rtBottomRight}).

## TResizeShapeControl

This is a Delphi component, it inherits from TScrollBox and can receive and manage an infinite amount of TResizeShape on itself, store/restore them from a file, it also supports a background image and has a size ratio property which works like a zoom.
If the property AutoCreate is true, the user will be able to create shapes at will.
The component was created to create and manage components like buttons, switches, tables, [...] over an image.