Table of Contents

TTMSFNCGraphicsContextUnix.ClipPath Method

Restricts all subsequent drawing operations to the region defined by the given path.

API unit family: TMSFNCGraphics.Unix Declaring type: TTMSFNCGraphicsContextUnix

Syntax

procedure ClipPath(APath: TTMSFNCGraphicsPath); override;

Parameters

Name Description
APath The path that defines the clipping region.