[Overview][Constants][Types][Procedures and functions][Index] |
Source position: line 0
procedure DrawArrow( |
Canvas: TCanvas; |
Direction: TScrollDirection; |
Location: TPoint; |
Size: LongInt; |
ArrowType: TArrowType = atSolid |
); |
Canvas: TCanvas; |
p1: TPoint; |
p2: TPoint; |
ArrowType: TArrowType = atSolid |
); |
Canvas: TCanvas; |
p1: TPoint; |
p2: TPoint; |
ArrowLen: LongInt; |
ArrowAngleRad: float = NiceArrowAngle; |
ArrowType: TArrowType = atSolid |
); |
lazarus-ccr.sourceforge.net |