Mastodon
Programmierung

Forms: Create Elliptic Windows

[code lang=”delphi”]Var
   hR : THandle;
begin
  hR := CreateEllipticRgn(20 ,30 ,300 ,200);
  SetWindowRgn(Handle,hR,True);
[/code]

[tags]Delphi, Graphic, Forms[/tags]

0 Kommentare zu “Forms: Create Elliptic Windows

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht.