Hi,
I want to place a TShape in a TForm. This TShape use a Bitmap as:
bmp : TBitmap;
....
bmp := TBitmap.Create();
After I assign this bitmap to Shape.
Shape1.Brush.Bitmap := bmp;
The problem is the origin of representation of bitmap in the TShape. This is in (0,0) and I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.