Table of Contents

TTMSFNCPDFGraphicsLibPathDrawingMode Enumeration

Controls how a path's interior and boundary are rendered when drawing to a PDF page.

API unit family: TMSFNCPDFCoreLibBase

Members

Name Description
dmPathFill Fill the path interior using the non-zero winding rule.
dmPathEOFill Fill the path interior using the even-odd rule.
dmPathStroke Stroke the path outline without filling.
dmPathEOStroke Stroke the path outline using the even-odd rule.
dmPathFillStroke Fill using the non-zero winding rule and then stroke the outline.
dmPathEOFillStroke Fill using the even-odd rule and then stroke the outline.