Einzelnen Beitrag anzeigen

Gruber_Hans_12345

Registriert seit: 14. Aug 2004
1.436 Beiträge
 
Delphi 2007 Professional
 
#3

AW: Andorra 2D - Objekt zeichnen

  Alt 29. Nov 2010, 16:12
Also ich verwende im moment :

Delphi-Quellcode:
        Canvas.Brush.Color := Color;
        Canvas.Brush.GradientColor := AdCol32_White;
        Canvas.Brush.Style := abGradient;
        Canvas.Brush.GradientDirecton := gdHorizontal;

Canvas.Polygon(tempPt);
Es wird das Polygon genau so gezeichnet wie es soll, aber eben nur in der Farbe die ich im Canvas.Brush.Color angegeben habe ....
Gruss Hans

2B or not 2B, that is FF
  Mit Zitat antworten Zitat