Table of Contents

TTMSFNCGraphicsContextiOS.ClipPath Method

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

API unit family: TMSFNCGraphics.iOS Declaring type: TTMSFNCGraphicsContextiOS

Syntax

procedure ClipPath(APath: TTMSFNCGraphicsPath); override;

Parameters

Name Description
APath The path that defines the clipping region.