CODRgn::CalcLineSegmentRgn

CODPolygonRgn CODRgn::CalcLineSegmentRgn(CPoint pt0, CPoint pt1)

Creates a polygon region for a line.

Defined in: OdRgn.cpp

Return Value

The resulting polygon region.

Parameters

pt0

The start point of the line.

pt1

The end point of the line.