Einzelnen Beitrag anzeigen

Benutzerbild von nano
nano

Registriert seit: 22. Aug 2005
Ort: Deggendorf
51 Beiträge
 
Delphi 7 Enterprise
 
#17

Re: Einige Fragen zu graphics32

  Alt 9. Sep 2005, 18:17


Das enttäuscht mich jetzt aber. So eine vielseitige Komponenente und dann so eine Überraschung...

Zitat:
Q: What about drawing thick antialiazed lines?

A: The only way you can draw thick lines is by using polygons. Create a new TPolygon32 instance, add the necessary segments, then transform it to the outline, using TPolygon32.Grow. Now you can rasterize the new outline using standard polygon drawing methods. You will find the sample code in Polygons_Ex project.

werde mich also nächer mit diesem Beispielproggie beschäftigen :-//
  Mit Zitat antworten Zitat