[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Clips the line based on AClipRect boundaries.
Source position: fpg_base.pas line 379
public procedure TfpgCanvasBase.ClipLine( |
var x1: TfpgCoord; |
var y1: TfpgCoord; |
var x2: TfpgCoord; |
var y2: TfpgCoord; |
const AClipRect: TfpgRect; |
out FallsOutsideRegion: Boolean |
); |
This does not do any drawing, in only clips the line coordinates. This method is used internally by TfpgCanvasBase.DrawLineClipped.