Subversion Repositories wimsdev

Rev

Rev 18063 | Rev 18076 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18063 Rev 18075
Line 111... Line 111...
111
filledtriangle
111
filledtriangle
112
 Filled triangle with vertices (x1,y1),(x2,y2),(x3,y3).
112
 Filled triangle with vertices (x1,y1),(x2,y2),(x3,y3).
113
:gridfill x,y,nx,ny,[color]
113
:gridfill x,y,nx,ny,[color]
114
 
114
 
115
 Flood fill the region containing (x,y) with the same original color by a grid of horizontal and vertical lines with distance (nx,ny) (in pixels).
115
 Flood fill the region containing (x,y) with the same original color by a grid of horizontal and vertical lines with distance (nx,ny) (in pixels).
-
 
116
:halfline x1,y1,x2,y2,[color]
-
 
117
 
-
 
118
Halfline from (x1; y1) through (x2; y2).
116
:hatchfill x,y,nx,ny,[color]
119
:hatchfill x,y,nx,ny,[color]
117
 
120
 
118
 Flood fill the region containing (x,y) with the same original color by hatching (parallel lines), (nx,ny) being the horizontal and vertical displacement of adjacent lines (in pixels).
121
 Flood fill the region containing (x,y) with the same original color by hatching (parallel lines), (nx,ny) being the horizontal and vertical displacement of adjacent lines (in pixels).
119
:hline x,y,[color]
122
:hline x,y,[color]
120
horizontalline
123
horizontalline