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.
- Host: GitHub
- URL: https://github.com/jonasraoni/resizeable-shape-component
- Owner: jonasraoni
- License: mit
- Created: 2017-10-24T23:02:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T10:54:46.000Z (over 8 years ago)
- Last Synced: 2025-01-25T14:43:09.307Z (about 1 year ago)
- Topics: delphi-component, pascal, resizeable, shape
- Language: Pascal
- Size: 5.86 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.