lcPaint_HatchGen Home

Generates a hatch for specified multipolygon. Hatch is a set of parallel lines inscribed into the multipolygon.

 BOOL lcPaint_HatchGen (
   HANDLE hMpgon,
   HANDLE hHatch,
   double Dist,
   double Angle,
   double W,
   double Beamc1,
   double Beamc2,
   double StartOff,
   double EndOff
 );

Parameters
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.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_DrawHatch