Source position: bgrapolygonaliased.pas line 196
procedure BGRARoundRectAliased( |
dest: TBGRACustomBitmap; |
X1: Integer; |
Y1: Integer; |
X2: Integer; |
Y2: Integer; |
DX: Integer; |
DY: Integer; |
BorderColor: TBGRAPixel; |
FillColor: TBGRAPixel; |
FillTexture: IBGRAScanner = Nil; |
ADrawMode: TDrawMode = dmDrawWithTransparency; |
skipFill: Boolean = False |
); overload; |
dest: TCustomUniversalBitmap; |
X1: Integer; |
Y1: Integer; |
X2: Integer; |
Y2: Integer; |
DX: Integer; |
DY: Integer; |
const BorderColor: TUniversalBrush; |
const FillColor: TUniversalBrush; |
AAlpha: Word; |
skipBorder: Boolean = False; |
skipFill: Boolean = False |
); overload; |
CT Web help |
CodeTyphon Studio |