| lcPaint_HatchGen | Home |
|
BOOL lcPaint_HatchGen ( HANDLE hMpgon, HANDLE hHatch, double Dist, double Angle, double W, double Beamc1, double Beamc2, double StartOff, double EndOff ); |
| hMpgon | |
| Handle to a multipolygon. | |
| hHatch | |
| Handle to a hatch object, which is also created as a multipolygon. | |
| Dist | |
| Distance between hatch lines. | |
| Angle | |
| Rotation angle of hatch lines. | |
| W | |
| Line width compensation. | |
| Beamc1 | |
| Beam compensation at start. | |
| Beamc2 | |
| Beam compensation at end. | |
| StartOff | |
| Start offset. | |
| EndOff | |
| End offset. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcPaint_DrawHatch |