[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
RoundRect - draws a rectangle at the specified position, with corners rounded by the factors RX, RY
Source position: line 0
public procedure TCanvas.RoundRect( |
X1: Integer; |
Y1: Integer; |
X2: Integer; |
Y2: Integer; |
RX: Integer; |
RY: Integer |
); virtual; |
const Rect: TRect; |
RX: Integer; |
RY: Integer |
); |
lazarus-ccr.sourceforge.net |