function RoughOutline(const line: TPathD; lineWidth: double; joinStyle: TJoinStyle; endStyle: TEndStyle; miterLimit: double = 0): TPathsD; overload;
function RoughOutline(const lines: TPathsD; lineWidth: double; joinStyle: TJoinStyle; endStyle: TEndStyle; miterLimit: double = 0): TPathsD; overload;
Returns polygons that roughly outline 'line' at the specified 'lineWidth'.
These two functions are only intended for internal (library) use because the outlines are rough because they often contain self-intersections with negative area regions. For proper outlines, use Img32.Clipper2.InflatePaths.
InflatePaths, TEndStyle, TJoinStyle
Copyright ©2010-2023 Angus Johnson - Image32 4.8 - Help file built on 17 Jan 2025